Title: bsummer's Replies | WordPress.org

---

# bsummer

  [  ](https://wordpress.org/support/users/bsummer/)

 *   [Profile](https://wordpress.org/support/users/bsummer/)
 *   [Topics Started](https://wordpress.org/support/users/bsummer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bsummer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bsummer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bsummer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bsummer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bsummer/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [next_posts_link page/2 is blank](https://wordpress.org/support/topic/next_posts_link-page2-is-blank/)
 *  Thread Starter [bsummer](https://wordpress.org/support/users/bsummer/)
 * (@bsummer)
 * [17 years ago](https://wordpress.org/support/topic/next_posts_link-page2-is-blank/#post-1071062)
 * Thanks a lot for your response stvwlf, however it didn’t work.
    The new code 
   looks like this, with exactly the same results:
 * (note even though they show up as & here they’re really just &)
 *     ```
       <?php
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       query_posts("category_name=newsletter&amp;posts_per_page=2&amp;paged=$paged"); ?>
       <?php while(have_posts()): the_post(); ?>
   
       <!-- some stuff with the posts -->
   
       <? endwhile; ?>
       <?php next_posts_link('« Older Entries') ?>
       <?php previous_posts_link('Newer Entries »') ?>
       ```
   
 * Clicking on the Older Entries link does send me to page/2, but it’s still just
   blank.
 * Anyone else have an idea?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The Eternal Quesion: How to view one category post at a time, with navigation](https://wordpress.org/support/topic/the-eternal-quesion-how-to-view-one-category-post-at-a-time-with-navigation/)
 *  Thread Starter [bsummer](https://wordpress.org/support/users/bsummer/)
 * (@bsummer)
 * [17 years ago](https://wordpress.org/support/topic/the-eternal-quesion-how-to-view-one-category-post-at-a-time-with-navigation/#post-1069165)
 * Hello?

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