Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25246, comment 2


Ignore:
Timestamp:
09/06/2013 11:59:57 PM (13 years ago)
Author:
alexvorn2
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25246, comment 2

    initial v1  
    2424}}}
    2525
    26 So if we have only 4 posts and we want to use the posts_per_page property to show 3 posts it works, but we will go to page/2 to show the last 1 posts, it will show as a 404 error page instead.
     26So if we have only 4 posts and we want to use the posts_per_page property to show 3 posts it works, but we will go to page/2 to show the last 1 post, it will show as a 404 error page instead.
    2727
    2828So that's why I opened this ticket, I request this.