Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nathanegraham's full-sized avatar

Nathan Graham nathanegraham

View GitHub Profile
@nathanegraham
nathanegraham / header-top-navbar.php
Created November 11, 2016 18:56
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>