Viewing 4 replies - 1 through 4 (of 4 total)
  • link to your site?

    Thread Starter thestealthyfox

    (@thestealthyfox)

    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

    (@thestealthyfox)

    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.