Title: [Theme: Distinction] Adding a header
Last modified: August 20, 2016

---

# [Theme: Distinction] Adding a header

 *  Resolved [thestealthyfox](https://wordpress.org/support/users/thestealthyfox/)
 * (@thestealthyfox)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/)
 * Does anyone know how I can add my own header image, rather than use the predefined
   fonts? I LOVE this template, I just wish you could easily upload your own header
   logo!
 * Thanks so much to anyone that can help… 🙂
 * [http://wordpress.org/extend/themes/distinction/](http://wordpress.org/extend/themes/distinction/)

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

 *  [viktor89](https://wordpress.org/support/users/viktor89/)
 * (@viktor89)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/#post-2321445)
 * link to your site?
 *  Thread Starter [thestealthyfox](https://wordpress.org/support/users/thestealthyfox/)
 * (@thestealthyfox)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/#post-2321483)
 * [http://www.samcalver.com](http://www.samcalver.com)
 * thanks 🙂
 *  [viktor89](https://wordpress.org/support/users/viktor89/)
 * (@viktor89)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/#post-2321691)
 * You wanna go to your header.php and chage the part that says:
 *     ```
       <?php
       				if ( 'true' == $wpnj_distinction_options['display_header_flames'] ) { // Enabled by default ?>
       					<img src="<?php echo get_template_directory_uri(); ?>/images/lt-flurl.png" alt="wispy image" /><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a><img src="<?php echo get_template_directory_uri(); ?>/images/rt-flurl.png" alt="wispy image" /> 
   
       				<?php }else{ ?>
   
                   	<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
   
                        <?php } ?>
       ```
   
 * To say `<img src="link to your image" href="<?php echo home_url( '/' ); ?>" title
   ="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"<?php
   bloginfo( 'name' ); ?>`
 * Please do keep a backup of header.php before you edit it
 *  Thread Starter [thestealthyfox](https://wordpress.org/support/users/thestealthyfox/)
 * (@thestealthyfox)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/#post-2321841)
 * Thanks so much viktor!
    Do you have any idea how I can make the header slightly
   thinner? It dominates quite a large part of the page now, I can’t see any settings
   in the php file.
 * Thanks 🙂

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

The topic ‘[Theme: Distinction] Adding a header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/distinction/1.2/screenshot.png)
 * Distinction
 * [Support Threads](https://wordpress.org/support/theme/distinction/)
 * [Active Topics](https://wordpress.org/support/theme/distinction/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/distinction/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/distinction/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [thestealthyfox](https://wordpress.org/support/users/thestealthyfox/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/theme-distinction-adding-a-header/#post-2321841)
 * Status: resolved