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: Is Comment Navi Working on 2.9.x ?  (Read 4391 times)

0 Members and 1 Guest are viewing this topic.

Offline farneville

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: kubrick | redesigned by me :)
Is Comment Navi Working on 2.9.x ?
« on: 24 February 2010, 03:06 »
Hi Lester,

I am a super noob with wordpress but I have a little programming background not specifically PHP though and just wondering if you could help me with this I've been trying to make this work but no avail so I thought I could ask here. I am currently playing with the Kubrick default theme and can't make it work on WP 2.9.2 I've attached my comment.php I know I have to replace both:

<div class="navigation">
      <div class="alignleft"><?php previous_comments_link() ?></div>
      <div class="alignright"><?php next_comments_link() ?></div>
   </div>

It showed up but it's just showing:
-----------------
 Page 1 of 0
-----------------

Although I've configured it to show 5 via the settings.


Offline nguoihoian

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: VN-News
Re: Is Comment Navi Working on 2.9.x ?
« Reply #1 on: 06 March 2010, 02:55 »
I think it's not work on 2.9.x, i'm installed add php code:     
<?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?> 
to comment.php and it's not working?
anybody can help me about this plugin?