Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50233, comment 1


Ignore:
Timestamp:
05/23/2020 10:22:40 PM (5 years ago)
Author:
carike
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50233, comment 1

    initial v1  
    1313
    1414**The proposed solution:**
    15 When a permalink is evaluated for a paginated URL, it should check if the particular page "exists" (contains entries)
    16 If not, the visitor should be redirected to the original post's URL.
     15When a permalink is evaluated for a paginated URL, it should check if the particular page "exists" (contains entries), not just whether the post exists.
     16If there are no entries on the paginated URL, the visitor should be redirected to the original post's URL.