Archived topic
Change Site Header and Title - based on page
16 replies · Started by Anonymous on May 22, 2015
Viewing posts 16–17 of 17
Hi Tom. This works.
<?php
global $post;
$image = get_post_meta($post->ID, 'custom_header', true);
if ( ! empty( $image ) ) : ?>
<img src="<?php echo $image; ?>" alt="" />
<?php else : ?>
<img src="URL TO MY DEFAULT LOGO" alt="" />
<?php endif; ?>
But when i scroll down on the page, the "original" Logo shows up in the sticky header. How can solve this? Need in sticky also the Logo from the Custom Fields metabox.
Thanks!!!
Timo
Hi there,
Any chance you can link me to your site? Feel free to open a new topic if you want to share it privately.
Thanks!
This archived topic is closed to new replies.