How do i paginate query_posts with numeric pagination?

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.

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

Please let me know how can I do this?

Thanks.

Related posts

Leave a Reply

1 comment