Re: User Activity & Topics Started
What if I say I want the User Activity & Topics Started to show on the side instead of the profile, would that make a difference?
I saw this in my bbpress header, what does it do?
<?php
$_head_profile_attr = '';
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"';
}
}
?>
It might be something I need to pull the User Activity & Topics Started???