PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
includes
<?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(); }
[+]
..
[-] content-single.php
[edit]
[-] post-nav.php
[edit]
[-] featured-area.php
[edit]
[-] loop-portfolio.php
[edit]
[-] post-meta.php
[edit]
[-] single-slider.php
[edit]
[-] sidebar-alt.php
[edit]
[-] header-slider.php
[edit]
[-] pagination.php
[edit]
[-] cart-icon.php
[edit]
[-] header-widgets.php
[edit]
[-] loop-product-cart.php
[edit]
[-] author-box.php
[edit]
[-] related-posts.php
[edit]
[-] portfolio-meta.php
[edit]
[-] footer-widgets.php
[edit]
[-] shopdock.php
[edit]
[-] loop.php
[edit]
[-] single-gallery.php
[edit]