Sindbad~EG File Manager
<?php
/**
* Quickscrum by NiceThemes.
*
* Template Name: Faq (Accordion)
*
* @package Quickscrum
* @author NiceThemes <hello@nicethemes.com>
* @license GPL-2.0+
* @link http://nicethemes.com/theme/Quickscrum
* @copyright 2016 NiceThemes
* @since 1.0.0
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}
get_header();
?>
<!-- BEGIN #content -->
<section class="cat_desc">
<div class="cat_desc_heading"><?php echo get_the_title(); ?></div>
<div class="cat_desc_text">
<p><?php echo get_the_content(); ?></p>
</div>
</section>
<section id="content" <?php nice_content_class('main-content'); ?> role="main">
<?php while (have_posts()) : the_post(); ?>
<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', __('Search in FAQ', 'nicethemes')); ?></label>
<input placeholder="Search in FAQ" type="text" name="s" id="s" />
<input type="submit" id="searchsubmit" value="" />
</div>
</form>
</div>
</div>
</div>
</header>
<?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 the_content(); ?>
<?php nice_faq(); ?>
</div>
<?php endwhile; ?>
<!-- END #content -->
</section>
<?php get_sidebar(); ?>
<?php
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists