Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
knowhow-20250417031118
:
single-st_faq.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); ?>