Viewing 7 replies - 1 through 7 (of 7 total)
  • Try opening the header.php file of your theme and changing this part:

    <div id="headerimg">
    
    </div>

    for:

    <a href="<?php bloginfo("URL"); ?>">
    <div id="headerimg">
    
    </div>
    </a>

    Hope that helps!

    Thread Starter jordy3738

    (@jordy3738)

    Nope that made me loose the entire logo.

    I did not back it up before I made the change. When I pasted, the top the code from the above post back into the file I still have no logo.

    Here is what the portion of the code looks like now. Can some one please help me get it back to my logo.

    This is in the header.php towards the bottom.

    </style>
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">
    
    <div id="headerimg">
    
    </div>
    <hr />

    Jordy
    Prayer For Youth Girl Talk

    Thread Starter jordy3738

    (@jordy3738)

    Can someone please hep!

    I *think* that should be:

    </style>
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">
    
    <div id="header">
        <div id="headerimg">
    
        </div>
    </div>
    <hr />
    Thread Starter jordy3738

    (@jordy3738)

    OK, got the Logo back but when I was making a back space the stupid cursor jumped up and I removed 2 spaces that control the background color. I didn’t see what they were.grr

    This code is in the same area of header.php

    It is located towards the bottom and just above where I entered the
    </style>
    section in your post

    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !empty($withcomments) && !is_single() ) {
    ?>
    
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    <?php } ?>
    Thread Starter jordy3738

    (@jordy3738)

    Ok can someone please help with this difficulty I am having?

    I just answered this in another post.
    http://wordpress.org/support/topic/176410?replies=7

    Not sure about that K2 theme tho, he handles header images in a weird way.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Uploaded my own Logo How do I make it an active link?’ is closed to new replies.