• Hi,
    I want to link the logo: https://www.futurepocket.com to the blog homepage, here is some code from the header.php:

    <div id="header" class="clearfix">
    
    	<div id="head-content" class="clearfix">
    			<?php if (is_home()) {  ?>
    			<h1><?php bloginfo('name'); ?></h1>
    			<?php } else { ?>
    			<div class="title"><?php bloginfo('name'); ?></div>
    			<?php } ?>
    			<div class="description"><?php bloginfo('description'); ?></div>
    		</div></a>

    Any ideas how I can do that?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linking Logo in Theme’ is closed to new replies.