Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27562

    Hi – How can I modify the sidebar on *only* bbpress forum pages?

    How can I removed the sidebar on *only* bbpress forum pages?

    #134451

    Hi!

    Try following – open up wp-contentthemesenfoldforum.php and replace

    global $avia_config;

    with

    global $avia_config;
    $avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
    $avia_config['layout']['current']['main'] = 'fullsize';

    Regards,

    Peter

    #134452

    Perfect! You are the man Peter!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove sidebar from bbPress forum’ is closed to new replies.