Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing the Site Title in BuddyPress


  • abcaa6
    Participant

    @abcaa6

    Sorry to keep posting silly questions, but can you please tell me how to change the Site Title in BuddyPress?

    By default, if a visitor visits my BuddyPress Theme enabled site, what they see on their browser is like – “yoursite.com – Home”, but I want to change it something more creative.

    I have found the header file and <title> tag. It is scripted that title shows up like “sitename – pagename”.

    <title><?php bp_page_title() ?></title>

    This is what is already scripted, but I want to code the new Title tag ONLY for my HOMEPAGE. Let other pages have their page names as titles, but how do I change title only for my homepage?

    Thanks a LOT for all your help. :)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The function which is called is bp_get_page_title(). A hook ‘bp_page_title’ is provided which you could use to change it.


    abcaa6
    Participant

    @abcaa6

    I know the bp_page_title function. But my question is ‘How do I script that function so that in the Index page, they display some title and for other pages, it displays the page name as title’


    abcaa6
    Participant

    @abcaa6

    There’s actually a plug-in called ‘SEO for BuddyPress’, which allows admins to edit titles, meta tags descriptions, but it doesn’t work with the latest BuddyPress Install.


    Sven Lehnert
    Participant

    @svenl77

    I will update the plugin for 1.1.1

    The plugin was made for a early beta of buddypress and is not programmed properly.

    I’s a quick and dirty try.

    I just started to rebuild my template for the new theme architecture.

    Next step will be to rewrite the Seo for Buddypress Plugin and extend it properly.


    abcaa6
    Participant

    @abcaa6

    Thanks! :)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Editing the Site Title in BuddyPress’ is closed to new replies.
Skip to toolbar