Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter magnewil

    (@magnewil)

    Anyone?

    Thread Starter magnewil

    (@magnewil)

    No one?

    cheying

    (@cheying)

    No sure whether u still need it. Your code should be like this:

    <div id=”header”>
    <div id=”headerimg”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div id=”headerimg” onclick=”location.href=’http://www.yourURL.com/&#8217;;” style=”cursor: pointer;” title=”Home”></div>
    <div class=”description”><?php //bloginfo(‘description’); ?></div> </div>

    replace the http://www.yourURL.com with your real domain.
    Hope this will help!

    hi, i’m using this code and it works.

    <div id="header">
     <a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>">
       <div id="headerimg">
         <h1><?php bloginfo('name'); ?></h1>
    <div class="description">
       <?php bloginfo('description'); ?>
    </div>
        </div>
      </a>
    </div>

    however, i get a couple weird dots when i click on the header, in the top left corners.

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘clickable header in default 1.6’ is closed to new replies.