• Resolved markshelden

    (@markshelden)


    This is my first wordpress site. So definitely a novice. The Tiny Framework is great, and especially is working well on the accessibility issues.

    I don’t see an option for making the header clickable back to the home page. Is that something I need to code or am I missing an option somewhere?

    I do have the WP Accessibility plugin running.

Viewing 1 replies (of 1 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Hi! If you would upload a logo of the same size as header, then it would be linked, but if you want to link the featured image that appear above the article, then you have to copy header.php to your child theme and wrap this line in a link:

    <a href="http://yoursiteaddress.com"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>

Viewing 1 replies (of 1 total)
  • The topic ‘Clickable Header’ is closed to new replies.