@blackhawks83 where exactly did you add the code in header.php? Your page looks great. It’s exactly what I’m looking for. I want to replace the background image.
ok. it looks like a slight change in condition work for me.
<div class=”the-content”>
<?php if ( is_bbpress() ) :
the_content();
elseif ( is_page() ) :
the_content();
else :
the_excerpt();
endif
?>
</div>
The forum is visible now but something in here breaks login/register/logout for theme my login plugin.
Thank you! I will give it a try.