Skip to content

Instantly share code, notes, and snippets.

@nathanegraham
Created November 11, 2016 18:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanegraham/cd1d60b7571371f0e8e87ecd5cf8b7cc to your computer and use it in GitHub Desktop.
Save nathanegraham/cd1d60b7571371f0e8e87ecd5cf8b7cc to your computer and use it in GitHub Desktop.
Logo replacement file for Entrepreneur WP theme
<div id="logo">
<a href="<?php echo esc_url(home_url('/')); ?>">
<?php if($logo_main_retina!= '') { ?>
<?php bloginfo("name" ); ?>
<?php } else { ?>
<img class="logo-main logo-reg" <?php echo $logo_src_main . $logo_height_main ." ". $logo_width_main ;?> alt="<?php bloginfo("name" ); ?>" />
<?php } ?>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment