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: How to remove "Next" and "Previous" link  (Read 4806 times)

0 Members and 1 Guest are viewing this topic.

Offline Romik84

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
How to remove "Next" and "Previous" link
« on: 01 June 2008, 17:53 »
Hi,

I am back with another question. How could I remove "Text For Next Post" and "Text For Previous Post" values ? I know there is an option in admin menu, but even when I leave it empty it still keep the <a href=""> structure in output. thanks. :)

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: How to remove "Next" and "Previous" link
« Reply #1 on: 01 June 2008, 18:09 »
I don't think that can be remove as I pass the function back to WP.

Just comment out
Code: [Select]
previous_posts_link($pagenavi_options['prev_text']); and
Code: [Select]
next_posts_link($pagenavi_options['next_text'], $max_page); in wp-pagenavi.php

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

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
Re: How to remove "Next" and "Previous" link
« Reply #2 on: 01 June 2008, 18:20 »
lol, so I can't remove it? There is a little space, little ugly in my navigation..lol

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: How to remove "Next" and "Previous" link
« Reply #3 on: 01 June 2008, 19:19 »
yea, just comment that 2 function calls and it should be fine.

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

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
Re: How to remove "Next" and "Previous" link
« Reply #4 on: 01 June 2008, 19:30 »
ok, nevermind. I will alive it, lol  :D. Anyway, I have checked last modification wp-postrating... list doesnt work yet ;)...thanks for help.. http://forums.lesterchan.net/index.php/topic,1999.0.html

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: How to remove "Next" and "Previous" link
« Reply #5 on: 01 June 2008, 19:49 »
okie reply me in that thread

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