Title: Displaying All Posts
Last modified: August 19, 2016

---

# Displaying All Posts

 *  [benlong](https://wordpress.org/support/users/benlong/)
 * (@benlong)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/)
 * I’ve got a static front page, but would like to get through to the “normal” bloggy
   part of the site. So, I want to have a button called “Blog”, which leads to the
   standard page display page. How can I link to that?
 * Thanks

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

 *  [fonglh](https://wordpress.org/support/users/fonglh/)
 * (@fonglh)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979193)
 * [http://codex.wordpress.org/Creating_a_Static_Front_Page](http://codex.wordpress.org/Creating_a_Static_Front_Page)
 * In addition to a static front page, the codex page linked above explains how 
   to make another page a blog page.
 *  Thread Starter [benlong](https://wordpress.org/support/users/benlong/)
 * (@benlong)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979309)
 * Thank you, that gets me part-way there. I’ve got the pages created, and the “
   blog” page is displaying my most recent posts. However, the Next and Prev buttons
   at the bottom of the page don’t work. Rather than take me to next page of posts,
   it displays the same posts, but with “&paged=2” at the end of the URL. Any ideas?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979311)
 * Sounds like your theme’s index.php template file may have a faulty custom query.
 * [http://codex.wordpress.org/Function_Reference/query_posts](http://codex.wordpress.org/Function_Reference/query_posts)
 *  Thread Starter [benlong](https://wordpress.org/support/users/benlong/)
 * (@benlong)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979330)
 * Okay, I read through that and double-checked my query, which is:
 * <? query_posts( ‘cat=-8378, -8381’ );?>
 * It was working fine before I added the static page at the front.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979333)
 *     ```
       <?php
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       query_posts( 'cat=-8378, -8381&paged=' . $paged );?>
       ```
   
 *  Thread Starter [benlong](https://wordpress.org/support/users/benlong/)
 * (@benlong)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979335)
 * Oh my goodness, truly you ARE a diva!
 * (Er, I mean that in the good way.)
 * Thank you!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979381)
 * No problem 🙂

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

The topic ‘Displaying All Posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/displaying-all-posts-1/#post-1979381)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
