Title: Sub pages
Last modified: August 19, 2016

---

# Sub pages

 *  [bensmarthrscom](https://wordpress.org/support/users/bensmarthrscom/)
 * (@bensmarthrscom)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/sub-pages-11/)
 * I want my blog to have one main page (Page 1) and three subpages (Pages X, Y 
   and Z) each of which will automatically feed into the main page. i.e. When a 
   post is posted to Page X it will also appear on Page 1.
    I have set up the sub
   Pages x, y and z in the Pages function of WP, but I can’t figure out how I can
   make it so posts on these pages automatically populate Page 1. Can anyone help?
   Thanks

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/sub-pages-11/#post-1382132)
 * You are better off using categories as WordPress doesn’t “post into pages”.
 * Then when displaying your main page use this in your index.php to display only
   the three categories of posts:
 *     ```
       <?php query_posts($query_string . '&cat=1,2,4'); ?>
       ```
   
 * If the issue is navigation, use this technique:
    [How to easily display links to both Pages and Categories in the blog navigation header?](http://codex.wordpress.org/FAQ_Layout_and_Design#How_to_easily_display_links_to_both_Pages_and_Categories_in_the_blog_navigation_header.3F)

Viewing 1 replies (of 1 total)

The topic ‘Sub pages’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/sub-pages-11/#post-1382132)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
