Title: Posts
Last modified: August 20, 2016

---

# Posts

 *  Resolved [plather](https://wordpress.org/support/users/plather/)
 * (@plather)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/)
 * Hello,
 * When creating a post I would like that post to appear on more then one page. 
   For instance if I am making a post about a new event we are attending I would
   like it to appear on the Latest News Page which is my blog page as well as the
   page the page titled events. How do i do this?

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

 *  [Vignesh Pichamani](https://wordpress.org/support/users/viky081/)
 * (@viky081)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/#post-3292324)
 *     ```
       <?php query_posts('category_name=slug_name&showposts=1');?>
   
       		<?php while (have_posts()) : the_post(); ?>
   
       <?php echo get_the_title();?>
       <?php the_content(); ?>
   
       <?php endwhile; ?>
       ```
   
 * You could paste that above code in page template(More than one page) to get that
   post
 * And note point out that slug name (category name ) to get that post
 *  Thread Starter [plather](https://wordpress.org/support/users/plather/)
 * (@plather)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/#post-3292332)
 * I am new to this, I have no idea what you are sayin
 *  [Vignesh Pichamani](https://wordpress.org/support/users/viky081/)
 * (@viky081)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/#post-3292333)
 * [http://wordpress.org/extend/plugins/pages-posts/](http://wordpress.org/extend/plugins/pages-posts/)
 * Hope this plugin may help you
 *  Thread Starter [plather](https://wordpress.org/support/users/plather/)
 * (@plather)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/#post-3292338)
 * thanks that worked!

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

The topic ‘Posts’ is closed to new replies.

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [plather](https://wordpress.org/support/users/plather/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/posts-29/#post-3292338)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
