Hello everyone
Currently I'm using WP-Pagenavi plugin for showing paging list of archives in my blog.
But I want to show the same paging list without using any extra plugin.
I know WordPress 2.9 supports numbered pagination for comments and archive pages.
I'm using <?php paginate_comments_links(); ?> function to show numbered paging list for comments.
I read that <?php paginate_links(); ?> function can be used in the same manner for archives. But when I tried to use it, it didnt show any paging list.
Can anyone please let me know the correct format and syntax to use this function?
Thanks in advance.