PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
<?php /** * Template for single post view * @package themify * @since 1.0.0 */ get_header(); $isInfinity = themify_theme_is_single_infinite_enabled() && (is_singular('post') || is_singular('portfolio')); if (is_singular('post') || is_singular('portfolio')) { ?> <?php if ($isInfinity===true): ?> <div class="<?php echo implode(' ', apply_filters('tf_single_scroll_wrap', get_body_class('tf_single_scroll_wrap tf_rel tf_clear tf_w'))) ?>"> <?php endif; ?> <?php get_template_part('includes/featured-area'); } ?> <!-- layout-container --> <div id="layout" class="pagewidth tf_box tf_clearfix"> <?php if (have_posts()) { the_post(); $style = get_post_type() === 'portfolio' ? 'portfolio' : 'single'; Themify_Enqueue_Assets::loadThemeStyleModule($style); get_template_part('includes/content-single'); } themify_get_sidebar(); ?> </div> <?php if ($isInfinity===true): ?> </div> <?php endif; ?> <?php get_footer();
[+]
..
[-] sidebar.php
[edit]
[-] customizer-config.php
[edit]
[+]
themify
[-] customizer-basic-config.php
[edit]
[-] wpml-config.xml
[edit]
[-] mobile-menu.css
[edit]
[+]
woocommerce
[-] style.css.gz
[edit]
[-] theme.json
[edit]
[+]
styles
[-] footer.php
[edit]
[-] changelog.url
[edit]
[-] deprecated.php
[edit]
[-] searchform.php
[edit]
[-] single.php
[edit]
[+]
languages
[+]
includes
[-] functions.php
[edit]
[-] widget-loader-cache.php
[edit]
[-] rtl.css.gz
[edit]
[-] rtl.css
[edit]
[-] mobile-menu.css.gz
[edit]
[-] screenshot.jpg
[edit]
[-] index.php
[edit]
[+]
skins
[-] header.php
[edit]
[-] theme-functions.php
[edit]
[+]
admin
[+]
js
[-] comments.php
[edit]
[+]
images
[-] license.txt
[edit]
[-] page.php
[edit]
[-] theme-options.php
[edit]
[-] theme-config.php
[edit]
[-] style.css
[edit]
[-] search.php
[edit]
[-] theme.json.gz
[edit]