Done !
| Server IP : 54.36.91.62 / Your IP : 216.73.216.38 Web Server : Apache System : Linux webm008.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : awaywithxm ( 25098) PHP Version : 7.0.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awaywithxm/www/wp-content/themes/bard/templates/header/ |
Upload File : |
<?php if ( bard_options('header_image_label') === true ) : ?>
<div class="entry-header" data-parallax="<?php echo esc_attr(bard_options( 'header_image_parallax' )); ?>" data-image="<?php echo esc_attr(get_header_image()); ?>">
<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 === bard_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('/') ); ?>"><?php echo bloginfo( 'title' ); ?></a>
</h1>
<?php else : ?>
<a href="<?php echo esc_url( home_url('/') ); ?>"><?php echo bloginfo( 'title' ); ?></a>
<?php endif; ?>
<?php endif; ?>
<?php if ( '' !== get_bloginfo( 'description' ) ) : ?>
<p class="site-description"><?php echo bloginfo( 'description' ); ?></p>
<?php endif; ?>
</div>
<?php // Social Icons
if ( bard_options( 'title_tagline_show_socials' ) === true ) {
bard_social_media( 'header-socials', false );
}
?>
</div>
</div>
</div>
<?php endif; ?>