I'm trying to create a pages nagivation on my wordpress blog. What plugin's or code can I use to accomplish this?
http://www.getfamiliar.net/images/pagination1.jpg
http://www.getfamiliar.net/images/pagination2.jpg
I'm trying to create a pages nagivation on my wordpress blog. What plugin's or code can I use to accomplish this?
http://www.getfamiliar.net/images/pagination1.jpg
http://www.getfamiliar.net/images/pagination2.jpg
Still stumped, can't get it to work... is there a plugin that I can install to do this???
i'm having this same problem. the pagebar plugin is crap and not working.
any other solutions?
Pagebar is not crap, it works just fine wherever I use it.
If you're using a custom query, that usually overwrites the paging function and will result in a "not working" pagebar
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=-3&showposts=1&paged=$page");This topic has been closed to new replies.