[wp-trac] [WordPress Trac] #41552: Posts edit.php not paginating
WordPress Trac
noreply at wordpress.org
Fri Aug 18 16:21:43 UTC 2017
#41552: Posts edit.php not paginating
-------------------------------+------------------------------
Reporter: tgelles | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version: 4.8.1
Severity: normal | Resolution: invalid
Keywords: | Focuses: administration
-------------------------------+------------------------------
Changes (by tgelles):
* status: new => closed
* resolution: => invalid
Comment:
When inspecting element, here's the html for when the pagination
works/appears and does not work/appear:
'''Working'''
{{{
<div class="tablenav-pages"><span class="displaying-num">489 items</span>
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-
hidden="true">«</span>
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
<span class="paging-input"><label for="current-page-selector" class
="screen-reader-text">Current Page</label><input class="current-page" id
="current-page-selector" type="text" name="paged" value="1" size="2" aria-
describedby="table-paging"><span class="tablenav-paging-text"> of <span
class="total-pages">10</span></span></span>
<a class="next-page" href="https://krieger.jhu.edu/wp-
admin/edit.php?paged=2"><span class="screen-reader-text">Next
page</span><span aria-hidden="true">›</span></a>
<a class="last-page" href="https://krieger.jhu.edu/wp-
admin/edit.php?paged=10"><span class="screen-reader-text">Last
page</span><span aria-hidden="true">»</span></a></span></div>
}}}
'''Not Working'''
{{{
<div class="tablenav-pages one-page"><span class="displaying-num">3
items</span>
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-
hidden="true">«</span>
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
<span class="paging-input"><label for="current-page-selector" class
="screen-reader-text">Current Page</label><input class="current-page" id
="current-page-selector" type="text" name="paged" value="1" size="1" aria-
describedby="table-paging"><span class="tablenav-paging-text"> of <span
class="total-pages">1</span></span></span>
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
<span class="tablenav-pages-navspan" aria-
hidden="true">»</span></span></div>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41552#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list