• Hi,

    I’m sorry if this is in the wrong place.

    Using the Black Letterhead, I’ve modified the CSS. The only problem is that when people comment, they have to push the back button 3 times in order to get back to the main blog page.

    I’ve checked through forums and saw that the way to get a clickable header is to modify the PHP.

    I don’t see a PHP modification option in my admin panel.

    Can someone direct me to where I need to go to update the PHP in order to make my header clickable?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You open up your theme’s header.php in a text editor (like Notepad, NOT MS Word), you edit the HTML, then you save the file and upload via FTP.

    Or you switch to a theme that links the header…

    Thread Starter ambboogie

    (@ambboogie)

    Hi Adam,

    Thanks for answering.

    So you follow those directions assuming that my blog is on it’s own server?

    Yep. I couldn’t be very specific since I don’t know what your theme’s header.php looks like, but that’s typically the theme file you need to edit for this sort of thing.

    flapjacker

    (@flapjacker)

    For Default/Kubrick Theme, this works:

    From: http://codex.wordpress.org/Designing_Headers

    You can use the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable:

    * Open header.php template file.
    * Change from <div id=”header”> to:

    <div id=”header” onclick=”location.href=’http://siteaddress/&#8217;;” style=”cursor: pointer;”>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please Help – Clickable Header.. PHP?’ is closed to new replies.