| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/themes/hallelujah/templates/ |
| Current File : /home/eglisebaa/www/wp-content/themes/hallelujah/templates/header-single.php |
<?php
/**
* The template to display the featured image in the single post
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0
*/
if ( get_query_var( 'hallelujah_header_image' ) == '' && hallelujah_trx_addons_featured_image_override( is_singular() && has_post_thumbnail() && in_array( get_post_type(), array( 'post', 'page' ) ) ) ) {
$hallelujah_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' );
if ( ! empty( $hallelujah_src[0] ) ) {
hallelujah_sc_layouts_showed( 'featured', true );
?>
<div class="sc_layouts_featured with_image without_content <?php echo esc_attr( hallelujah_add_inline_css_class( 'background-image:url(' . esc_url( $hallelujah_src[0] ) . ');' ) ); ?>"></div>
<?php
}
}