Logo link
-
Hello
I am having real trouble getting my logo to link.
I am using theme1423Site is: https://www.rocomag.com/testsite
It seems to be linked, but does not show as linkable on the front end. I have been through various issues through the forum, but to no success.
Please help, anyone?
Header.php code as below for the logo section
<div class=”logo”>
<?php if(of_get_option(‘logo_type’) == ‘text_logo’){?>
<?php if( is_front_page() || is_home() || is_404() ) { ?>
<h1>/” title=”<?php bloginfo(‘description’); ?>”><?php bloginfo(‘name’); ?></h1>
<?php } else { ?>
<h2>/” title=”<?php bloginfo(‘description’); ?>”><?php bloginfo(‘name’); ?></h2>
<?php } ?>
<?php } else { ?>
<?php if(of_get_option(‘logo_url’) != ”){ ?>
” id=”logo”/><img src=”<?php echo of_get_option(‘logo_url’, “” ); ?>” alt=”<?php bloginfo(‘name’); ?>” title=”<?php bloginfo(‘description’); ?>”>
<?php } else { ?>
<?php } ?>
<?php }?>
</div>
- The topic ‘Logo link’ is closed to new replies.