Custom Header for Forum
-
I have two separate headers for my customized skeleton theme, header.php and header-page.php. Is there a way I can call header-page.php on my forums page for bbpress? I tried using:
if ( is_front_page() ) :
get_header();
elseif ( is_bbpress() ) :
get_header(‘page’);
else :
get_header(‘page’);
in my index.php page, but it didn’t work. Is there another way to do this?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.