Title: Adding posts to pages
Last modified: August 19, 2016

---

# Adding posts to pages

 *  [sfadam](https://wordpress.org/support/users/sfadam/)
 * (@sfadam)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/)
 * Can you add posts to pages? I have a page for Spanish blog entries, but I can’t
   figure out how to make individual posts to that page. I am hosting WordPress 
   on GoDaddy, btw. Any hints?
 * [http://www.wercampaign.org](http://www.wercampaign.org)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001457)
 * [http://aralbalkan.com/1016](http://aralbalkan.com/1016)
    great plugin
 *  Thread Starter [sfadam](https://wordpress.org/support/users/sfadam/)
 * (@sfadam)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001587)
 * Thanks. I will give this a try.
    Adam
 *  [theluminousroom](https://wordpress.org/support/users/theluminousroom/)
 * (@theluminousroom)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001687)
 * How about posting every post from a category instead of a single post?
 *  [stephenkinsella](https://wordpress.org/support/users/stephenkinsella/)
 * (@stephenkinsella)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001688)
 * Hi, I’d love a plugin which displayed every post from a category on a page. Is
   there such a plugin? I’m searching, but to no avail at the moment.
 *  [renato_s](https://wordpress.org/support/users/renato_s/)
 * (@renato_s)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001689)
 * sfadam:
    Here’s how: 1. Create a [page template](http://codex.wordpress.org/Pages#Page_Templates);
   2. Before [the loop](http://codex.wordpress.org/The_Loop), insert a [query_posts](http://codex.wordpress.org/Template_Tags/query_posts)
   to specify which posts you want to appear; 3. If you haven’t already done so,
   create the page you want to display the posts; 4. Assign the page template to
   the page.
 * That’s it!
    If you’re in doubt about the steps, search in codex.
 *  [theluminousroom](https://wordpress.org/support/users/theluminousroom/)
 * (@theluminousroom)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001690)
 * [@renato_s](https://wordpress.org/support/users/renato_s/)
    That is right on 
   the edge of my understanding right now. I have been reading about the Loop, but
   have yet to grasp it. I wish it was a little easier. Like this [plug in](http://aralbalkan.com/wordpress/),
   except using a category not a single post. This plugin works great for posts.
 * Know of any step-by-step info for what you mentioned?
 *  [renato_s](https://wordpress.org/support/users/renato_s/)
 * (@renato_s)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001691)
 * If you learned how to do a Page Template, then all you have to do now is to insert
 * `query_posts('cat=ID');`
 * before the loop. You don’t have to understand the loop, just recognize it in 
   your code. Obviously, you have to replace ID by the id of the category you want
   to show.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Adding posts to pages’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 5 participants
 * Last reply from: [renato_s](https://wordpress.org/support/users/renato_s/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/adding-posts-to-pages/#post-1001691)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
