[wp-hackers] Paging custom author page

Karolis Pajeda pkarolis at gmail.com
Wed Jan 21 23:13:38 GMT 2009


Hi Folks

I have been working on modifying author.php page to include both posts and
comments for particular author. The problem I encountered was implementation
of paging. Currently i do this:
I get $posts, obtain $comments of author and combine them together with
correct sorting.
However, paging is failing cause it is only based on posts.

Could you give advice how to tackle this problem? how should i approach this
paging problem? Implement new custom paging or tweak existing wp
functionality?

Thanks
Karolis


More information about the wp-hackers mailing list