I am using Mederka Theme and I want to add a Pagebar using Pagebar plugin to the loop template.
However, the loop comes with the "query_posts('showposts=x');" tag, I cannot delete it as otherwise error occurred.
The problem now is that the SAME page displayed no matter I go to what pages.
Any help is appreciated.
If you were to change this line:
query_posts('showposts=x');
to:
// query_posts('showposts=x');
what happens? If it's an error, please tell us a little more than that (like what the error says).
Thanks so much for your reply!
After I have changed the line, I can navigate to the past entries through the pagebar now!
Thanks again for your help!