childtheme custom logo
-
The Site
I have a childtheme of twenty twelve.
I have php code in header.php for a custom logo; see below:<hgroup> <?php if ($my_path_show_logo == 'true') { ?> <h1 id="site-title"><span><a href="<?php echo get_option('home'); ?>"/><img class="site-logo" src="<?php echo get_stylesheet_directory_uri(); ?>/images/Logo.jpg" alt="site logo" /></a></span></h1><?php } ?> </hgroup>
The image is not showing up or even being registered. I have also tried get bloginfo – stylesheet directory with the same file path-with the same results.
please help ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘childtheme custom logo’ is closed to new replies.