Is there a way to use your pagination plugin and also separate out the trackbacks from the comments so that they show up at the end, after the comments? Thanks.
Is there a way to use your pagination plugin and also separate out the trackbacks from the comments so that they show up at the end, after the comments? Thanks.
I haven't tested it, but have you tried:
wp_list_comments('type=comment');
And then:
<?php if(function_exists('wp_paginate_comments')) {
wp_paginate_comments();
} ?>
-Eric
I haven't given this a shot yet, but wouldn't your suggestion only show comments and not trackbacks and pingbacks?
This topic has been closed to new replies.