Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to change the default text of the nextpage tag. I am using Atahualpa 3.6.4. I am not sure how to do this, right now, I get this, whenever I enter nextpage:

Pages: 1 2 3

What I want is for example:

My pages: 1 2 3

Ideas anyone?

Thanks :)

share|improve this question

closed as too localized by toscho Jul 5 '12 at 21:12

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

in version 3.6.7, functions/bfa-post-parts.php line 133:

function bfa_post_pagination($before = '<p class="post-pagination"><strong>Pages:', $after = '</strong></p>')
share|improve this answer
I tried to change "Pages:" to something else, but it did not change a thing. Can you try if it works for you? Thanks – grady Jun 4 '11 at 14:58

Not the answer you're looking for? Browse other questions tagged or ask your own question.