Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing Page Title

Viewing 4 replies - 1 through 4 (of 4 total)

  • Renato Alves
    Participant

    @espellcaste

    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

    @ryanmt

    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


    danbpfr
    Participant

    @chouf1

    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

    @ryanmt

    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