Static blog page without same header as frontpage
-
Hi,
Via Settings > Reading I can set a static page for homepage and blogpage.
I use this in header.php to determine whether a frontpage and/or blogpage is loaded or not:
<?php if( is_home() || is_front_page() ) {?> // header image and header widgets are loaded <?php } ?>
When I set a static blogpage I don’t want to display header image and header widgets.. With code above they are. But what should I add above?
Did not found the answer here unfortunately.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Static blog page without same header as frontpage’ is closed to new replies.