File Editor
Directories:
.. (Back)
admin
images
includes
js
languages
sample
skins
themify
themify-builder
uploads
Files:
404.php
changelog.txt
comments.php
customizer-basic-config.php
customizer-config.php
footer.php
functions.php
header.php
index.php
license.txt
media-queries.css
page.php
rtl.css
search.php
searchform.php
sidebar.php
single-portfolio-expand.php
single-portfolio.php
single-team.php
single.php
style.css
taxonomy-portfolio-category.php
taxonomy.php
theme-class-highlight.php
theme-class-portfolio.php
theme-class-section.php
theme-class-team.php
theme-class-types.php
theme-class.php
theme-config.php
theme-functions.php
theme-modules.php
theme-options.php
Create New File
Create
Edit File: single.php
<?php get_header(); ?> <?php /** Themify Default Variables * @var object */ global $themify; ?> <?php if( have_posts() ) while ( have_posts() ) : the_post(); ?> <!-- layout-container --> <div id="layout" class="pagewidth clearfix"> <?php themify_content_before(); // hook ?> <!-- content --> <div id="content" class="list-post"> <?php themify_content_start(); // hook ?> <?php get_template_part( 'includes/loop' , 'single'); ?> <?php wp_link_pages(array('before' => '<p class="post-pagination"><strong>' . __('Pages:', 'themify') . ' </strong>', 'after' => '</p>', 'next_or_number' => 'number')); ?> <?php get_template_part( 'includes/author-box', 'single'); ?> <?php get_template_part( 'includes/post-nav'); ?> <?php if(!themify_check('setting-comments_posts')): ?> <?php comments_template(); ?> <?php endif; ?> <?php themify_content_end(); // hook ?> </div> <!-- /content --> <?php themify_content_after(); // hook ?> <?php endwhile; ?> <?php ///////////////////////////////////////////// // Sidebar ///////////////////////////////////////////// if ($themify->layout != "sidebar-none"): get_sidebar(); endif; ?> </div> <!-- /layout-container --> <?php get_footer(); ?>
Save Changes
Rename File
Rename