Title: [Plugin: Custom Post Limits] Pagination
Last modified: August 20, 2016

---

# [Plugin: Custom Post Limits] Pagination

 *  [stubutlerstaffs](https://wordpress.org/support/users/stubutlerstaffs/)
 * (@stubutlerstaffs)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-post-limits-pagination/)
 * Hi,
 * I suspect my problem is down to me but I’ve installed your plugin on my site 
   so that I can set the number of posts on my first page to 3 and subsequent pages
   i.e. 2+ to 12.
 * I’ve got 17 post on the blog, when I load the first page I see 3 posts (great),
   click older posts, see 12 posts (again great) but on page 2 there is no older
   posts button to click to view the last 2 posts?
 * I have a header to my main section above where I display the loop that swaps 
   a title for a clickable newer posts on pages > 1 as follows:
 * <?php if ( !is_single() && $paged > 1 )
    {echo previous_posts_link( __( ‘<< Newer
   posts’ ) );} else {echo “Latest Posts”;} ?> <div id=nextpost> <?php next_posts_link(
   __( ‘Older posts >>’,0 ) ); ?> </div>
 * I can’t work out why when page = 2, my older posts no longer works…
 * It did work before I used your plugin, is there something I need to change for
   my code to be compatible?
 * Thanks,
 * Stu
 * [http://wordpress.org/extend/plugins/custom-post-limits/](http://wordpress.org/extend/plugins/custom-post-limits/)

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

 *  Thread Starter [stubutlerstaffs](https://wordpress.org/support/users/stubutlerstaffs/)
 * (@stubutlerstaffs)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-post-limits-pagination/#post-2861341)
 * Just to add a little more information, the if statement still works fine as the
   newer posts link does appear, just the older posts one disappears…
 *  [GreenLead](https://wordpress.org/support/users/greenlead/)
 * (@greenlead)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-post-limits-pagination/#post-2861692)
 * I’ve been experiencing the same problem as well, with a Front Page Limit of 1
   ~4 and subsequent Paged Limit of 8 and above.
 * Essentially, it seems that subsequent paged limits greater than 8 don’t work.

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

The topic ‘[Plugin: Custom Post Limits] Pagination’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-post-limits_67aa9d.svg)
 * [Custom Post Limits](https://wordpress.org/plugins/custom-post-limits/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-post-limits/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-post-limits/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-post-limits/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-post-limits/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-post-limits/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [GreenLead](https://wordpress.org/support/users/greenlead/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-post-limits-pagination/#post-2861692)
 * Status: not resolved