b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/ashe/templates/header/
File Upload :
Current File : E:/wordpress/wp-content/themes/ashe/templates/header/page-header.php

<?php if ( ashe_options('header_image_label') === true ) : ?>

	<div class="entry-header">
		<div class="cv-outer">
		<div class="cv-inner">
			<div class="header-logo">
				
				<?php if ( has_custom_logo() ) :

				$custom_logo_id = get_theme_mod( 'custom_logo' );
				$custom_logo 	= wp_get_attachment_image_src( $custom_logo_id , 'full' );
					
				?>

					<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr( bloginfo('name') ); ?>" class="logo-img">
						<img src="<?php echo esc_url(  $custom_logo[0] ); ?>" width="<?php echo esc_attr(  $custom_logo[1] ); ?>" height="<?php echo esc_attr(  $custom_logo[2] ); ?>" alt="<?php esc_attr( bloginfo('name') ); ?>">
					</a>

				<?php // SEO Hidden Title

				if ( true === ashe_options( 'title_tagline_seo_title' ) ) {
					echo ( is_home() || is_front_page() || is_category() || is_search() ) ? '<h1 style="display: none;">'.  get_bloginfo( 'title' ) .'</h1>' : '';
				}

				?>

				<?php else : ?>
					
					<?php if ( is_home() || is_front_page() ) : ?>
					<h1>
						<a href="<?php echo esc_url( home_url('/') ); ?>" class="header-logo-a"><?php echo bloginfo( 'title' ); ?></a>
					</h1>
					<?php else : ?>
					<a href="<?php echo esc_url( home_url('/') ); ?>" class="header-logo-a"><?php echo bloginfo( 'title' ); ?></a>
					<?php endif; ?>

				<?php endif; ?>
				
				<p class="site-description"><?php echo bloginfo( 'description' ); ?></p>
				
			</div>
		</div>
		</div>
	</div>

<?php endif; ?>

Copyright © 2019 by b0y-101