Opened 9 years ago
Closed 9 years ago
#29599 closed defect (bug) (duplicate)
Use of WP_Query's nopaging parameter and duplicate content
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Canonical | Keywords: | |
Focuses: | Cc: |
Description
If I display all posts on a particular page by disabling pagination...
$query = new WP_Query( 'nopaging=true' )
...paged URLs remain 'viewable'. For example, each of the following URLs displays the exact same content:
- example.com/page-name/page/2/
- example.com/page-name/page/3/
- example.com/page-name/page/4/
- example.com/page-name/page/5/
- example.com/page-name/page/6/
... and so on.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #28081.