[wp-trac] [WordPress Trac] #29599: Use of WP_Query's nopaging parameter and duplicate content
WordPress Trac
noreply at wordpress.org
Tue Sep 9 11:13:43 UTC 2014
#29599: Use of WP_Query's nopaging parameter and duplicate content
--------------------------+-----------------------------
Reporter: henry.wright | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.0
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29599>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list