Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where in the Core Files is the Title Source Code?


  • Bryan Hadaway
    Member

    @bhadaway

    I want to manually edit the page/document titles (not nav links or page headers) wording… where it says Home, Activity Directory, Members Directory etc. in the title bar of your browser, that information has to be stored somewhere?

    Please advise me to where it is so I can manually edit it, I understand the risk of editing cores files and I assume all the risk so someone please let me know. Please don’t advise SEO for BuddyPress.

    Thanks

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

  • Peter Anselmo
    Participant

    @peteranselmo

    The <title> tag is in your theme’s header.php file. In the case of the default theme, it’s:

    /wp-content/plugins/buddypress/bp-themes/bp-default/header.php.

    By default it uses the function bp_page_title() to change the title depending on your page. That function can be found in:

    /buddypress/bp-core/bp-core-templatetags.php

    It’s on line 884 in version 1.2.2.1


    Sven Lehnert
    Participant

    @svenl77

    use add_filter('bp_page_title', 'your_new_function',0)

    What is wrong with SEO for BuddyPress?

    It is an easy way to organize your title


    stwc
    Participant

    @stwc

    I’m personally having an issue with SEO for Buddypress — reported it here (http://sven-lehnert.de/en/2009/04/29/buddypress-plugin-seo-for-buddypress/) — where %%forumtopictitle%% brings back the most recent forum thread commented in rather than the thread currently being viewed.


    Sven Lehnert
    Participant

    @svenl77

    @stwc

    I was to much in a hurry last week.

    I will look into the %%forumtopictitle%% more proper on Monday.

    Seo For Buiddypress is still in beta.

    But with the great testing of the community bugs will disappear soon and the version becomes stable


    stwc
    Participant

    @stwc

    Thanks, Sven. That’s actually the one thing I really wanted — my users made requests for forums thread titles first — and so if you can fix it up, I’d much appreciate!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where in the Core Files is the Title Source Code?’ is closed to new replies.
Skip to toolbar