[wp-trac] [WordPress Trac] #10539: Comments Pagination Links disappear if you separate comments from pings
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 3 23:49:23 UTC 2009
#10539: Comments Pagination Links disappear if you separate comments from pings
--------------------------+-------------------------------------------------
Reporter: aldolat | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by aldolat):
You may also try to copy
{{{
<div class="navigation">
<?php previous_comments_link() ?>
<?php next_comments_link() ?>
</div>
}}}
before AND after this piece of code:
{{{
<ol class="commentlist">
<?php wp_list_comments('type=pings'); ?>
</ol>
}}}
You'll see that only the first copy will display the links correctly.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10539#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list