Try:
<!--- BEGIN featured image header --->
<?php
if (has_post_thumbnail()){
echo'<div class="art-header-noimage">';
the_post_thumbnail('full');
echo '</div>;
}
else{
echo '<div class="art-header"></div>';
}
?>
<!--- END featured image header --->
I’ll give it a go tomorrow when i get back in the office. Thank yo Matt!
the reason why it’s not working is because of where it’s being placed. i’m not sure where it needs to be placed.
<body <?php if(function_exists(‘body_class’)) body_class(); ?>>
<div id=”hh-page-background-glare-wrapper”>
<div id=”hh-page-background-glare”></div>
</div>
<div id=”hh-main”>
<div class=”cleared reset-box”></div>
<div id=”hh-header-bg” class=”hh-header”>
</div>
<div class=”cleared reset-box”></div>
<div class=”hh-box hh-sheet”>
<div class=”hh-box-body hh-sheet-body”>
<div class=”hh-header”>
<div class=”hh-bar hh-nav”>
<div class=”hh-nav-outer”>
<div class=”hh-nav-wrapper”>
<div class=”hh-nav-inner”>
<?php
echo theme_get_menu(array(
‘source’ => theme_get_option(‘theme_menu_source’),
‘depth’ => theme_get_option(‘theme_menu_depth’),
‘menu’ => ‘primary-menu’,
‘class’ => ‘hh-hmenu’
)
);
?>
</div>
</div>
</div>
</div>
<div class=”cleared reset-box”></div>
<div class=”hh-logo”>
<div style=”margin:10px 0 0 0;”>Harry & Scott Sanders for Baltimore and Harford Counties Real Estate | Contact Us: 410-879-8080 <img src=”/wp-content/themes/sanders_scott/images/social-facebook.jpg” alt=”Facebook” width=”24″ height=”24″/> <img src=”/wp-content/themes/sanders_scott/images/social-twitter.jpg” alt=”twitter” width=”24″ height=”24″/> <img src=”/wp-content/themes/sanders_scott/images/social-linkedin.jpg” alt=”linkedin” width=”24″ height=”24″/> <img src=”/wp-content/themes/sanders_scott/images/social-youtube.jpg” alt=”youtube” width=”24″ height=”24″/></div>
</div>
</div>
<div class=”cleared reset-box”></div>