Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2356 closed defect (bug) (no action required)

Updating Title Tags in BuddyPress

Reported by: dan_85's profile dan_85 Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Core Keywords: tags, seo, description
Cc:

Description

When someone signs up for a profile on our domain, and then adds pages and posts etc., the title tags and description tags on the pages are not changing.

For example, our site is at http://4.biz, we have set up a profile with the name 'Key Signs', which means that their domain is http://keysigns.4.biz - however, when we add new pages and posts on that domain, the title tag throughout their site is '4.biz | Home' - I cannot see how to change these in the admin section, is there a way to update these as they are important when it comes to SEO.

Thanks.

Change History (1)

#1 @r-a-y
14 years ago

  • Resolution set to invalid
  • Status changed from new to closed

It sounds like you're using the BuddyPress Default Theme on a user's blog.

The bp-default theme is not intended to be used as a user blog theme.

However, if you still intend on using the bp-default theme on your user's blogs, you can add the following to wp-config.php:

define( 'BP_ENABLE_MULTIBLOG', true )

This will add the current blog to the title tag, instead of the BP_ROOT_BLOG's among other things.

Marking as invalid. Re-open if this isn't the case.

Note: See TracTickets for help on using tickets.