Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Browser Title with custom Member-Theme


Lance Willett
Participant

@lancewillett

Michael,

Getting a custom slug into the page title involves adding something like this into the theme header template:

<?php wp_title('&raquo;', true, 'right'); ?>

You can see my notes / comments in https://trac.buddypress.org/ticket/126 for a better example — that was in the home theme, though.

Skip to toolbar