D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
enterpriseuplift.com
/
wp-content
/
themes
/
themify-ultra
/
includes
/
Filename :
featured-area.php
back
Copy
<?php global $themify; if (have_posts() && $themify->post_layout_type && $themify->post_layout_type !== 'classic'){ the_post(); ?> <div class="featured-area tf_textc fullcover"> <?php if ($themify->post_layout_type === 'gallery' || $themify->post_layout_type === 'slider') { if ($themify->hide_image !== 'yes') { get_template_part('includes/single-' . $themify->post_layout_type, 'single'); } } else { themify_post_media(array('lazy_load'=>'eager')); } get_template_part('includes/post-meta', get_post_type()); ?> </div> <?php rewind_posts(); }