Amend Members Directory title
-
Hi,
I am running WordPress 3.5.1 with BuddyPress 1.7.2, using WordPress default theme TwentyTwelve with the BuddyPress Template Pack plugin amongst a few other plugins installed.
I’ve been getting on ok with customising it all but have been struggling for literally a couple of hours trying to remove the word ‘Directory’ from the auto-generated title ‘Members Directory’. Logically I thought it was the line of code (line 21):
<h3><?php _e( ‘Members Directory’, ‘buddypress’ ); ?></h3>
found within /wp-content/themes/twentytwelve/members/index.php
I switched it to:
<h3><?php _e( ‘Members’, ‘buddypress’ ); ?></h3>
However no change reflects in the front end. I’ve also tried adding extra test lines of code in various ‘out of the loop’ parts of both this page and members-loop.php but nothing works. I’ve tried googling and looking through the forum as this is just a straight HTML title, its not hyperlinked.
What am I missing?
Could it be some sort of caching issue, or is there some sort of code that needs going in a functions file?
url is: http://devserver4.co.uk/claydoncourt/members/
Thanks for any help on this…
- The topic ‘Amend Members Directory title’ is closed to new replies.