File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
chagelog.txt
comments.php
customizer.php
font.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
header.php
home-blog.php
home-contact.php
home-portfolio.php
home-services.php
home-slideshow.php
home-team.php
home-testimonial.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: single.php
<?php get_header(); get_template_part('breadcrums'); ?> <div class="container"> <div class="row enigma_blog_wrapper"> <div class="col-md-8"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part('post','content'); get_template_part('author','intro'); endwhile; else : get_template_part('nocontent'); endif; enigma_parallax_navigation_posts(); comments_template( '', true ); ?> </div> <?php get_sidebar(); ?> </div> <!-- row div end here --> </div><!-- container div end here --> <?php get_footer(); ?>
Save Changes
Rename File
Rename