Created
November 5, 2014 16:11
-
-
Save aarifhsn/c7e2bc4201b5102bd458 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="logo"> | |
<?php global $data; ?> | |
<?php if($data['site_logo_upload']): ?> | |
<a href="<?php echo site_url(); ?>"><img src="<?php echo $data['site_logo_upload']; ?>" alt="<?php bloginfo('name'); ?> | <?php bloginfo('description'); ?>" /></a> | |
<?php else: ?> | |
<a href="<?php echo site_url(); ?>"><?php echo get_bloginfo('name'); ?></a> | |
<?php endif; ?> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment