File "single-st_faq.php"

Full Path: /home/refref/public_html/knowhow/single-st_faq.php
File size: 1.42 KB
MIME-type: text/x-php
Charset: utf-8

<?php get_header(); ?>

<!-- #primary -->
<div id="primary" class="<?php if (of_get_option('st_hp_sidebar') == 'fullwidth') { echo 'fullwidth '; } elseif (of_get_option('st_hp_sidebar') == 'sidebar-l') { echo 'sidebar-left '; } ?>container clearfix"> 
  <!-- #content -->
  <section id="content" role="main">
  
<!-- #page-header -->
<header id="page-header" class="clearfix">
  <h1 class="page-title"><?php the_title(); ?></h1>
  <?php st_breadcrumb(); ?>
</header>
<!-- /#page-header --> 


<?php while ( have_posts() ) : the_post(); ?>
  <?php st_set_post_views(get_the_ID()); ?>
    <article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>

	<header class="entry-header">
          
          <?php if ( 'has_post_thumbnail' ) { ?>
          <div class="entry-thumb">
            <?php the_post_thumbnail( 'post' ); ?>
            </div>
          <?php } ?>
        </header>
        
        <div class="entry-content">
          <?php the_content(); ?>
          <?php numbered_in_page_links( array( 'before' => '<div class="page-links"><strong>' . __( 'Pages:', 'framework' ) .'</strong>', 'after' => '</div>' ) ); ?>
        </div>
      
</article>

    <?php endwhile; // end of the loop. ?>
    
</section>
<!-- #content -->
  
<?php if (of_get_option('st_hp_sidebar') != 'fullwidth') {   ?>
	<?php get_sidebar(); ?>
<?php } ?>

</div>
<!-- /#primary -->

<?php get_footer(); ?>