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

    (@rkcorp)

    open header.php and search and edit

    <?php if( is_home() ): ?>
    <?php do_action( 'bp_before_custom_header' ); ?>
    === the custom header code==
    <?php do_action( 'bp_after_custom_header' ); ?>
    <?php endif; ?>

    add the new is_home and endif code..

    Thread Starter hungrylions

    (@hungrylions)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want header image to show only on home page’ is closed to new replies.