• Resolved wubbe

    (@wubbe)


    Hello everyone,

    I installed the theme PrivateBusiness and it works fine. I just want to adjust one thing; the header should be visible on every page, not just the home page. How should i do that?

    Thanks!

    Wubbe

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi Wubbe,

    Open file header and look for this:

    <?php if ( is_front_page() ) {?>
    	<?php if ( get_header_image() ) {?>
    		<img src="<?php echo get_header_image(); ?>" class="header-img" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
    	<?php } ?>
    <?php } ?>

    Remove these 2 parts:

    <?php if ( is_front_page() ) {?>
    <?php } ?>

    Guido

    Theme Author Guido

    (@guido07111975)

    Closing this because of no replies.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header always visible’ is closed to new replies.