Skip to:
Content
Pages
Categories
Search
Top
Bottom

Default Menu in buddypress default theme is confusing


  • thebigk
    Participant

    @thebigk

    Hello,

    I’ve setup buddypress using default theme and I see following links in the menu [the one that appears below the [Login] [Signup] button.

    It appears like this –

    [Home] [Blog] [Members] [Groups] [Blogs]

    The second and last option, [Blog] & [Blogs] is kinda confusing. I’d like to change [blog] to something like [My Blog] and [Blogs] to some other name.

    How can I do that?

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

  • takuya
    Participant

    @takuya

    blog only displays posts of the root (admin blog).

    blogs is a directory of members’ blogs.

    There is similar thread, and I’ve seen the solution. Search for “member slug” or “member url” etc…


    takuya
    Participant

    @takuya


    Robert
    Participant

    @rdob

    In your theme look for header.php. There you can change the names of the links.

    For example:

    <?php _e( \’Blog\’, \’buddypress\’ ) ?>

    Change it to

    <?php _e( \’My Blog\’, \’buddypress\’ ) ?>

    Remember to change it in your members theme too.

    Note that this will only change the text not the actual link. So it will show [My Blog] but it will still go to yoursite.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default Menu in buddypress default theme is confusing’ is closed to new replies.
Skip to toolbar