File Manager
<?php
/**
* The Template for displaying all single posts.
*
* @package Betheme
* @author Muffin group
* @link http://muffingroup.com
*/
get_header();
?>
<!-- #Content -->
<div id="Content">
<div class="content_wrapper clearfix">
<!-- .sections_group -->
<div class="sections_group">
<?php
while ( have_posts() ){
the_post();
get_template_part( 'includes/content', 'single' );
}
?>
</div>
<!-- .four-columns - sidebar -->
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer();
// Omit Closing PHP Tags
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com