thanks for the help. I started by maiking a new theme and almost blank css, but got stuck exactly where I need to modify the front-page.php and couldn’t find anything concrete from Docs.
seems like instead of
?php if ( $topics ) : ?
there should be something like
?php if ( $topics || $category-id ) : ?
… am I correct?
sorry about that. basically what i’d like to achieve is “two forums in one page”.
here’s a simple scetch – http://cl.ly/5be25a250d64ba791405
forum has 2 categories/subforums. and when I come to main page I see both of them in two separate columns. left one is for ‘forum 1’ and right column for ‘forum 2’. something like 2 bbpress installations next to each other.
hope my question is now more clear
thanks!