Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing Page Title

  • @ryanmt

    Participant

    Hiya All,

    I have installed BP-Links on Buddypress 1.5.0. On this page

    http://www.mediamoose.co.uk/showcase

    We wish to change the page title from “Link Directory” to “Showcase”.

    Would you please be able to advise how to do this.

    Many Thanks
    Ryan

Viewing 4 replies - 1 through 4 (of 4 total)
  • @espellcaste

    Moderator

    I’ve never used this plugin but I believe you can change it in the page title or you can check the link page, in the beginning of it in somewhere there will be something like this:

    <h3><?php _e( ‘Members Directory’, ‘buddypress’ ); ?></h3>

     

    You change title name for what you want and voila. I think there is better way of doing this but the way I told you might work. Let me know!

    @ryanmt

    Participant

    Hiya,

    Thank-you for your response.

    The issue I have is finding the file, that that code block is in, hence allowing me to change the code.

    Thanks

    Ryan

    @chouf1

    Participant

    hi @ryanmt,

    you can change “link directory” from within the language file:
    bp-links/languages/buddypress-links-xx_XX.po (safe method – xx is your language prefix)

    or from within the template file ( ! this will be overriden at next update )
    bp-links/themes/bp-links-default/index.php:8
    <code><h3><?php _e( ‘Links Directory’, ‘buddypress-links’ ) ?></code>

     

    @ryanmt

    Participant

    Hello @Chouf1

    Thank-you for your help, it has worked a treat. I have further question for you.

    http://www.mediamoose.co.uk/members/mediamoose/links/

    Within our profile area the tab says “Links” do you know of a way to change this to say “Showcase”. If you could advise please.

    Ryan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Page Title’ is closed to new replies.
Skip to toolbar