Not sure if this is the correct forum, but been staring at this for too long.
I want to remove the header image from a home (post) page. This is what I have:
<?php if( !is_page('about-us'AND'flavours') ) :?>
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
<?php endif;?>
<?php if( !is_page ( 'help me' ) ):?>
<?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) : ?>
<?php endif;?>
What is the page ID for my landing page? 'help me' being my cry for help.
Thanks for looking :)
Ben