Hi Michael, thanks.
I’ve tried this in header.php but it doesn’t work:
<?php echo $options[‘logo_options_group’]; ?>
Do you know what goes in header.php to display the output of:
echo “<div class=\’logo2\’><img src='”. $option[‘url’] .”‘ /></div>”;
} else {echo “<div class=’logo’><h1 class=’site-title’>” . $bloginfo = get_bloginfo( $show, $filter ) . “</h1></div><div class=’tagline’>” . $blog_title = get_bloginfo( ‘description’ ) . “</div>”;}