Remove header floating icon
This commit is contained in:
parent
2f6676443a
commit
bff272ab35
1 changed files with 0 additions and 11 deletions
11
header.php
11
header.php
|
@ -38,17 +38,6 @@
|
|||
<?php // Displays full-width featured image on Single Posts if applicable ?>
|
||||
<?php independent_publisher_full_width_featured_image(); ?>
|
||||
|
||||
<?php // Makes the Header Image a small icon floating in the top left corner when Multi Author Mode is enabled ?>
|
||||
<?php if ( independent_publisher_is_multi_author_mode() && is_single() ) : ?>
|
||||
<div class="site-master-logo">
|
||||
<?php if ( get_header_image() ) : ?>
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
|
||||
<img class="no-grav" src="<?php echo esc_url( get_header_image() ); ?>" height="<?php echo absint( get_custom_header()->height ); ?>" width="<?php echo absint( get_custom_header()->width ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="page" class="site">
|
||||
<header id="masthead" class="site-header" role="banner" itemscope itemtype="http://schema.org/WPHeader">
|
||||
|
||||
|
|
Loading…
Reference in a new issue