I have post type called blog and i'm showing posts for the type using query_posts, eg.

query_posts('post_type=blog');

I would like to add pagination for this post type in the following format.

[First] [1][2][3][4][5] [Last]

Please let me know how can I do this?

Thanks.

link|improve this question
Why was this voted down? Seems like an on-topic question to me. – Dougal Campbell Mar 11 '11 at 13:30
feedback

1 Answer

Your Answer

 
or
required, but never shown