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: wp_pagenavi() displays nothing  (Read 2951 times)

0 Members and 1 Guest are viewing this topic.

Offline pospiech

  • Newbie
  • *
  • Posts: 20
    • View Profile
wp_pagenavi() displays nothing
« on: 11 March 2009, 21:39 »
If I add it to page.php and look at an entry with 15 pages the output is nothing, or if I force an output I get this:
<div class="wp-pagenavi">
<span class="pages">&#8201;Page 1 of 0&#8201;</span></div>

Both is obviously wrong.

this applies to WP 2.7.1 with standard theme and wp_pagenavi as the only plugin.


Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: wp_pagenavi() displays nothing
« Reply #1 on: 12 March 2009, 02:16 »
PageNavi does not page page.php! It pages pages of post and not pages, so you can only place it in index.php and archive.php. Search if you need more information. I have replied this many times.

++ 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.

Offline lostcoder

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: wp_pagenavi() displays nothing
« Reply #2 on: 16 March 2009, 04:03 »
Well, I hate to beat a dead horse in the ground Lester. I put this in my footer

<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> 

I limited my front page post to 3
WP 2.71
Put code in very top of footer.php before the loop
PHP and mySQL  v.5.0

If this is all right has to be conflict somewhere

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: wp_pagenavi() displays nothing
« Reply #3 on: 16 March 2009, 04:07 »
If it does not work, try on the default theme with no other plugins activated.

++ 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.

Offline lostcoder

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: wp_pagenavi() displays nothing
« Reply #4 on: 17 March 2009, 03:51 »
I feel kinda stupid here Lester. I got in in and it works but windows says just 1 page, when in fact there are 2.



Thanks


JIM