hey there.
i'm trying to figure out how to get a certain image to display as the header image on my "work" page. i've tried futzing around with the header.php but it doesn't seem to do the trick.
i added this after the id=nav
and in to id=header_img
elseif (is_work()) { ?>
<img src="<?php bloginfo('template_url'); ?>/images/header_2.jpg" width="970" alt="<?php bloginfo('name'); ?> header image 2" title="<?php bloginfo('name'); ?> header image 2" />
my blog: http://www.fivelrothberg.com
thanks!
not resolved