Pagination – changing arrows to Next/Previous
-
I’m trying to change the pagination to Next and Prev
In plugins -> bbpress -> bbp-includes.php -> bbp-reply-template.php
I have found that you can replace
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
with
‘prev_text’ => ‘Prev;’,
‘next_text’ => ‘Next’,I know you’re not meant to hack the core, so how do I do this in my own theme?
Using WordPress 3.4.1, bbPress 2.1.2 and my forums are a current work-in-progress at http://netballscoop.com/forums/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.