[wp-testers] Just wondering

Otto otto at ottodestruct.com
Thu Dec 4 14:59:36 GMT 2008


You can write a loop that uses the get_comments_pagenum_link function
to do this sort of thing, if you really want.

echo get_comments_pagenum_link( PAGE_NUMBER_HERE,
$wp_query->max_num_comment_pages );

You'd have to be more clever and such, but...


On Wed, Dec 3, 2008 at 6:39 PM, Paul Robinson <pablorobinson at gmail.com> wrote:
> The paged comments on my blog just have a next & previous, so I don't think
> the comments have that yet. Yes that's the pagination I meant. I shall
> create a ticket, well if I could figure out how too. I've never used trac
> before. lol.
>
> 2008/12/4 DD32 <wordpress at dd32.id.au>
>
>> I'm just guessing here, I assume that the plugin you're talking about gives
>> something like:
>> 1.. 2.. 3.. 4.. .... 99...
>>
>> Instead of "Previous posts, Newer Posts" ?
>>
>> Didnt the Paged comments receive that treatment? (of the paging links)
>>
>> But that'd be nice.. Perhaps create a ticket on trac for a 2.8 enhancement?
>>
>>
>> On Wed, 03 Dec 2008 21:20:03 +1100, Paul Robinson <pablorobinson at gmail.com>
>> wrote:
>>
>>  Hi,
>>>
>>> I know there are no more feature requests for 2.7 since it's nearly gold
>>> now, but I was wondering if there was any thoughts on integrating
>>> lesterchan's pagination plugin into WordPress. It's just something that
>>> bugged me about WP, the fact that the only pagination it has is just a
>>> back
>>> & forward button.
>>>
>>> No? Ok, I'll shut up now. ;)
>>>
>>> Paul.
>>> _______________________________________________
>>> wp-testers mailing list
>>> wp-testers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>
>>>
>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list