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 can I customize next and previous button in wp-pagenavi plugin?  (Read 925 times)

0 Members and 1 Guest are viewing this topic.

Offline Agent D

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom
Hi,

I'm using wp-pagenavi plugin for Wordpress. I installed it to my wordpress and it's working fine, but the only thing is that I want to customize the next and previous buttons (">>" and "<<"). For some reason I can't find it anywhere in the php file nor cc file. Does anyone know where I can change that?

Many thanks in advance!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
wp-admin -> settings -> pagenavi

++ 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 Agent D

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom
Thanks for the answer. That's exactly where it is!

I was hoping to be able to use image file instead of text for the buttons. Is it possible to do that in the setting page or i have to modify something in the php?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
You can add the HTMl code in there.

++ 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 Agent D

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Custom
Perfect. Thanks!

Offline anizio

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Personalized Theme
You need to remove all quotes!

DON'T WORK:
<img src="http://carnaval.olinda.pe.gov.br/wp-content/themes/carnaval_2010_0.1/images/seta-pag-esq.gif" >

WORK:
<img src=http://carnaval.olinda.pe.gov.br/wp-content/themes/carnaval_2010_0.1/images/seta-pag-esq.gif >

(pardon for my bad english)