wordpress sub pages
wordpress sub pages
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- Nathan_Adams0
You're better off doing projects as it's own custom post-type. Then set up the Projects parent page like you would a blog page, except use <?php query_posts('post_type=projects'); ?> just before the loop.