Title: Clickable Header
Last modified: February 12, 2018

---

# Clickable Header

 *  Resolved [markshelden](https://wordpress.org/support/users/markshelden/)
 * (@markshelden)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/clickable-header-17/)
 * 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](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/clickable-header-17/#post-10133201)
 * 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>`
    -  This reply was modified 8 years, 2 months ago by [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/).
    -  This reply was modified 8 years, 2 months ago by [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/).

Viewing 1 replies (of 1 total)

The topic ‘Clickable Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/clickable-header-17/#post-10133201)
 * Status: resolved