Title: abelthorne's Replies | WordPress.org

---

# abelthorne

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add posts on a templated page used as home ?](https://wordpress.org/support/topic/how-do-i-add-posts-on-a-templated-page-used-as-home/)
 *  Thread Starter [abelthorne](https://wordpress.org/support/users/abelthorne/)
 * (@abelthorne)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-add-posts-on-a-templated-page-used-as-home/#post-1216761)
 * Thanks for your answer but it doesn’t seem to do what I need : the description
   says that with this plugin I can manually add posts in a static page with their
   ID.
    What I want is to automatically display all posts in some pages rather than
   adding them one by one. Basically, I want to blend the “blog” page inside the
   static homepage.
 * On the static homepage, I have to display all the posts (divided in “subpages”)
   under the page content. On the second page, I have to display all the posts (
   divided in “subpages”) but only of a specific category (press releases).
 * But maybe there exists a similar plugin that does what I need ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get WP preferences values ?](https://wordpress.org/support/topic/how-to-get-wp-preferences-values/)
 *  Thread Starter [abelthorne](https://wordpress.org/support/users/abelthorne/)
 * (@abelthorne)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-wp-preferences-values/#post-1216748)
 * Thanks a lot. Found it in options.php. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add posts on a templated page used as home ?](https://wordpress.org/support/topic/how-do-i-add-posts-on-a-templated-page-used-as-home/)
 *  Thread Starter [abelthorne](https://wordpress.org/support/users/abelthorne/)
 * (@abelthorne)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-add-posts-on-a-templated-page-used-as-home/#post-1216674)
 * Well, I’ve added a header redirection in the header.php
    `<?php if(isset($_GET['
   paged']) && !isset($_GET['page_id'])) header("location: ?page_id=2&paged=".$_GET['
   paged']); ?>`
 * It’s quite a ugly hack but it works. If someone has a better idea… 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I use next_posts_link with a page displaying the posts of a category?](https://wordpress.org/support/topic/how-do-i-use-next_posts_link-with-a-page-displaying-the-posts-of-a-category/)
 *  [abelthorne](https://wordpress.org/support/users/abelthorne/)
 * (@abelthorne)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-use-next_posts_link-with-a-page-displaying-the-posts-of-a-category/#post-1177530)
 * Hello,
    It kinda works for me too but I have a specific problem : it doesn’t 
   work with posts that are in the page set as homepage in WP prefs (I have home
   page that uses a custom template in which I display some posts).
 * As page_id is not set, the next and previous posts link lead to mywebsite.com/?
   paged=2 and I get a “can’t be found” error message.
    Using the same code in another
   page/template makes links like mywebsite.com/?page_id=54&paged=2 and navigation
   works.
 * Is this a WP bug ? How can I fix the problem ?

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