• nekiw

    (@nekiw)


    was wondering if anyone can tell me howto make the header in wordpress clickable so when I click it I go back to frontpage.
    also wondering what to modify to get that “posted by” and in this case my name (the author).

    thank you you for all help I can get

Viewing 2 replies - 1 through 2 (of 2 total)
  • resiny

    (@resiny)

    A little bit of searching goes a long way 🙂

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

    Codex article

    zyara

    (@zyara)

    To make more clear this changes should be done in your theme header.php.

    Extra tips:
    You can hide the title and description text from your image header by editing your theme style.css by adding display:none; to H1 and description as follow:

    h1 {display:none;
    font-size: 4em;
    text-align: center;
    }

    #headerimg .description {display:none;
    font-size: 1.2em;
    text-align: center;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘posted by and clickable header’ is closed to new replies.