• Using the wp default theme (Kubrick), instead of displaying the blog name and description in the header, I’m wanting to link the kubrickheader.jpg itself to the main blog page.

    bottom of header.php file:
    </head>
    <body>
    <div id="page">

    <div id="header">
    <div id="headerimg">
    <h1><a>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <hr />

    Anybody got a clue as to the easiest way to do this? Any input is appreciated.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Linking kubrickheader.jpg Image’ is closed to new replies.