Viewing 1 replies (of 1 total)
  • Hi,

    Open header.php file

    <hgroup>
    // add this image tag
    			<IMG class="site-image" SRC="<?php echo get_template_directory_uri() ?>/path to your image" ALT="image">
    			<h1 class="site-title">
    
    				<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    <?php estate_display_logo(); ?>
    
    				</a>
    			</h1>
    			<?php if(siteorigin_setting('general_site_description')) : ?>
    				<h1 class="site-description"><?php bloginfo( 'description' ); ?></h1>
    			<?php endif ?>
    		</hgroup>

Viewing 1 replies (of 1 total)
  • The topic ‘how to put image on site title and tagline’ is closed to new replies.