????
| Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/ |
| Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/single-standard.php |
<?php /** * The Template for displaying standard post type content * * @package Wanderfuls WordPress Theme * @subpackage Templates */ ?> <div id="content-wrap" class="container clr"> <?php tb_hook_primary_before(); ?> <div id="primary" class="content-area clr"> <?php tb_hook_content_before(); ?> <div id="content" class="site-content clr"> <?php tb_hook_content_top(); ?> <?php while ( have_posts() ) : the_post(); ?> <article class="single-blog-article clr"<?php tb_schema_markup( 'blog_post' ); ?>> <?php get_template_part( 'partials/blog/blog-single-layout' ); ?> </article><!-- .entry --> <?php endwhile; ?> <?php tb_hook_content_bottom(); ?> </div><!-- #content --> <?php tb_hook_content_after(); ?> </div><!-- #primary --> <?php tb_hook_primary_after(); ?> </div><!-- .container -->