AlkantarClanX12
Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/ |
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/single.php |
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package spiko */ get_header();?> <section class="section-space blog bg-default"> <div class="container<?php echo esc_html(spiko_single_post_container());?>"> <div class="row"> <div class="col-lg-8 col-md-7 col-sm-12 standard-view blog-single"> <?php while (have_posts()): the_post(); if ( ! function_exists( 'spiko_plus_activate' ) ){ get_template_part('template-parts/content', 'single'); } else{ include(SPIKOP_PLUGIN_DIR.'/inc/template-parts/content-single.php'); } endwhile; if(function_exists( 'spiko_plus_activate' )): if(get_theme_mod('spiko_enable_related_post',true ) ===true ): include(SPIKOP_PLUGIN_DIR.'/inc/template-parts/related-posts.php'); endif; endif; if (get_theme_mod('spiko_enable_single_post_admin_details', true) === true): get_template_part('template-parts/auth-details'); endif; // If comments are open or we have at least one comment, load up the comment template. if (comments_open() || get_comments_number()) : comments_template(); endif; ?> </div> <div class="col-lg-4 col-md-5 col-sm-12"> <div class="sidebar s-l-space"> <?php dynamic_sidebar('sidebar-1'); ?> </div> </div> </div> </div> </section> <?php get_footer(); ?>