Sindbad~EG File Manager
<?php
/**
* Flatbase by NiceThemes.
*
* The Template for displaying all single FAQs.
*
* @package Flatbase
* @author NiceThemes <hello@nicethemes.com>
* @license GPL-2.0+
* @link http://nicethemes.com/theme/flatbase
* @copyright 2016 NiceThemes
* @since 1.0.0
*/
// If this file is called directly, abort.
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(); ?>
<article <?php post_class(); ?>>
<header>
<div class="headerSearch">
<div class="hbreadcrumb">
<?php echo custom_breadcrumbs(); ?>
</div>
<div class="hsearchform">
<div id="search-wrap">
<form role="search" method="get" id="searchform" class="clearfix" action="<?php echo home_url('/'); ?>" autocomplete="off">
<div class="input">
<label for="s"><?php echo apply_filters('nice_livesearch_label', __('Have a question? Ask or enter a search term.', 'nicethemes')); ?></label>
<input placeholder="Have a question? Ask or enter a search term." type="text" name="s" id="s" />
<input type="submit" id="searchsubmit" value="" />
</div>
</form>
</div>
</div>
</div>
<?php the_title('<h1 class="entry-title">', '</h1>'); ?>
</header>
<div class="entry">
<div class="post-content">
<?php
/**
* Display the contents of the current post.
*
* @since 1.0
*/
the_content();
?>
</div>
</div>
</article>
<?php nice_pagenavi(); ?>
<?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