Viewing 3 replies - 1 through 3 (of 3 total)
  • Your logo code is located at

    <h1 id="logo">
    .....
    </h1>
    Thread Starter shayeryan

    (@shayeryan)

    Thanks for your reply. I did find the header logo section. Would you mind highlighting in bold which part of this code I need to change?

    Please use the code buttons!

    Thread Starter shayeryan

    (@shayeryan)

    <h1 id="logo">
         				<?php if(of_get_option('logo_type') == 'text_logo'){?>
            				<a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>" id="logoText" class="<?php bloginfo( 'template_url' );?>"><?php bloginfo( 'name', 'display' ); ?></a> ?>" id="logoText" class="<?php bloginfo( 'template_url' );?>"><?php bloginfo( 'name', 'display' ); ?></a>
               				<p id="slogan"><?php bloginfo('description'); ?></p>
    					  <?php } else { ?>
    		          		<?php if(of_get_option('logo_url') != ''){ ?>
    		            		<a href="<?php bloginfo('url'); ?>/" class="<?php bloginfo( 'template_url' );?>" id="logoImg"><img src="<?php echo of_get_option('logo_url', "" ); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('description'); ?>"></a>
    		            	<?php } else { ?>
    		            		<a href="<?php bloginfo('url'); ?>/" class="<?php bloginfo( 'template_url' );?>" id="logoImg"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('description'); ?>"></a>
    		            	<?php } ?>
    		          	<?php }?>
    				</h1>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing theme logo URL / Link’ is closed to new replies.