PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
<?php global $post, $wiloke; use WilokeListingTools\Framework\Helpers\GetSettings; $size = apply_filters('wilcity/single-listing/image-cover-size', 'large'); $coverImg = GetSettings::getCoverImage($post->ID, $size); ?> <header class="listing-detail_header__18Cfs"> <div class="listing-detail_img__3DyYX pos-a-full bg-cover" style="background-image: url(<?php echo esc_url($coverImg); ?>);"> <img src="<?php echo esc_url($coverImg); ?>" alt="<?php the_title(); ?>"> </div> <?php if (isset($wiloke->aThemeOptions['listing_overlay_color']['rgba']) && !empty($wiloke->aThemeOptions['listing_overlay_color']['rgba'])) : ?> <div class="wil-overlay" style="background-color: <?php echo esc_attr($wiloke->aThemeOptions['listing_overlay_color']['rgba']); ?>"></div> <?php endif; ?> <?php get_template_part('single-listing/view-gallery-btn'); ?> </header>
[+]
..
[-] sidebar.php
[edit]
[-] header.php
[edit]
[-] header-featuredimage-fullwidth.php
[edit]
[+]
tabs
[-] top-block.php
[edit]
[-] content.php
[edit]
[-] navigation.php
[edit]
[+]
partials
[+]
right-top-tools
[-] home.php
[edit]
[+]
home-sections
[+]
events
[-] .single-listing.php
[edit]
[-] header-slider.php
[edit]
[-] view-gallery-btn.php
[edit]