• Resolved donsopp

    (@donsopp)


    using wordpress 3.8.1, how do i add a hyperlink to my header logo image? Do I change the code on my theme header.php or is it something really simple. I assume (bad idea of course) that it is a similar process in all themes

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme is this regarding?

    Thread Starter donsopp

    (@donsopp)

    I’m using a the wp10 theme from design essentials.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter donsopp

    (@donsopp)

    No I purchased from or through cmsthemes. It is designed for churches but am finding some things hard to do. The live demo uses fictional “Trinity Community Church” for subject. It cost around 60 to 70 dollars and did not come through the wordpress pages

    Sounds like they should be providing support for that kind of price!

    We have no way to know how commercial themes are coded, so really can’t help with them –

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For themes distributed on WordPress.org these are the general tips for linking your header image:

    1. Set up a Child Theme
    2. Copy the header.php file from the theme and paste it into your Child Theme folder
    3. Edit the header.php file in your Child Theme and look for the <img> element that contains the “header_image” function
    4. Wrap that <img> element in an anchor tag with the link you want. If it’s a link to the Homepage just put a forward slash (“/”) in the “href” attribute of the anchor tag.
    Thread Starter donsopp

    (@donsopp)

    thanks Andrew, I thought that might be the case. The theme I have looks nice but I haven’t had any response to my similar inquiry as yet. Suppos I could look through the wordpress themes and see if there is something similar to what I have. Beginning to think that a theme with a 2 and 3 column option would be more useful. Have you a favourite theme yourself?

    Thread Starter donsopp

    (@donsopp)

    thanks everyone, will have a look at wordpress themes

    Thread Starter donsopp

    (@donsopp)

    goodnight

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Using the “tag-filter” option when searching for themes may be easier if you have criteria like “two-columns” http://wordpress.org/themes/tag-filter/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘adding hyperlink to header logo’ is closed to new replies.