All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Page Navigate But Content The Same  (Read 331 times)

0 Members and 1 Guest are viewing this topic.

Offline johanhorak

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Directorypress
Page Navigate But Content The Same
« on: 29 January 2010, 14:14 »
Hi Thanks for the plugin. I could find one post referring to my issue but it's concerned code. I may searched using the wrong phrases.

When I navigate to a new page the page url is correct showing page-2 etc, but the content stays the same.

Any idea what may be the cause and how to fix it?

Regards

WP 2.9.Plus
Directorypress theme

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Page Navigate But Content The Same
« Reply #1 on: 29 January 2010, 14:18 »
It maybe due to your query_post() http://codex.wordpress.org/Template_Tags/query_posts You need to pass in $query_string.

Eg:
Code: [Select]
query_posts($query_string);
You may want to contact your theme author instead because this has nothing to do with the plugin.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.