Difficulty with Unique Headers on Twenty Twelve theme.
-
I am trying to get the Unique Headers plugin to work with my Twenty Twelve theme.
I tried adding the Taxonomy Metadata plugin and it made no difference.
I tried adding
<?php if (get_post_meta($post->ID, ‘customheader’, true)): ?>
<img src=”<?php echo get_post_meta($post->ID, ‘customheader’, true); ?>” alt=””/>
<?php endif; ?>Just below
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
in my header.php and whilst I can set the custom header image for e3ach page nothing appears on the updated page.
What am I missing?
- The topic ‘Difficulty with Unique Headers on Twenty Twelve theme.’ is closed to new replies.