Skip to content

Instantly share code, notes, and snippets.

@thecodepoetry
Last active October 27, 2017 15:15
Show Gist options
  • Select an option

  • Save thecodepoetry/3a754309c29e6ee6faaf to your computer and use it in GitHub Desktop.

Select an option

Save thecodepoetry/3a754309c29e6ee6faaf to your computer and use it in GitHub Desktop.
bbpress
function dt_bbypress_template_config() {
if( is_bbpress() )
{
$config->set( 'sidebar_position', 'right' );
$config->set( 'sidebar_widgetarea_id', 'sidebar_1' );
}
}
add_action( 'get_header', 'dt_bbypress_template_config', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment