Sindbad~EG File Manager
<?php
/*
* Template Name: QS Header TPL
*/
if (!defined('WPINC')) {
die;
}
?>
<?php
get_header(); ?>
<!-- BEGIN #content -->
<section id="content" <?php nice_content_class( 'main-content full-width' ); ?> role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php
/**
* @hook nice_before_single_post
*
* Hook here to add HTML elements before the contents of the post are
* displayed.
*
* @since 2.0
*
* Hooked here:
* @see nice_post_content_title() - 10
*/
//do_action( 'nice_before_single_post' );
?>
<div class="entry clearfix">
<?php
/**
* Display the contents of the current page.
*
* @since 1.0.0
*/
the_content();
?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'nicethemes' ), 'after' => '</div>' ) ); ?>
</div>
<?php
/**
* @hook nice_after_single_post
*
* Hook here to add HTML elements after the contents of the page are
* displayed.
*
* @since 2.0
*/
do_action( 'nice_after_single_post' );
?>
<?php
/**
* If comments are open or we have at least one comment,
* load up the comment template.
*
* @since 1.0.0
*/
if ( comments_open() or get_comments_number() ) :
comments_template();
endif;
?>
<?php endwhile; ?>
<!-- END #content -->
</section>
<?php get_footer(); ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists