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: Changing text of pagination  (Read 1780 times)

0 Members and 1 Guest are viewing this topic.

Offline Diegan

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Compositio
Changing text of pagination
« on: 10 February 2010, 12:21 »
Hi, I have pagenavi properly working on my blog, but it's a blog in spanish, so I would like to change the words in english "page" and "of".

I edited wp-pagenavi/wp-pagenavi.php

This line
$pagenavi_options['pages_text'] = __('Page %CURRENT_PAGE% of %TOTAL_PAGES%','wp-pagenavi');

but althoug I change 'page' and 'of', in my blog, tit still says 'page and 'of'. Any cues on how can i do it?

Thx!