Preview: template-boxed.php
Size: 604 B
/home/nshryvcy/himaltourism.com/wp-content/themes/adventure-tours/template-boxed.php
<?php
/**
* Template Name: Boxed
*
* @author Themedelight
* @package Themedelight/AdventureTours
* @version 1.0.0
*/
get_header();
?>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) { the_post(); ?>
<div class="page-single">
<main class="page-single__content" role="main">
<?php print adventure_tours_get_the_post_thumbnail( null, 'thumb_single' ); ?>
<div class="section-white-box padding-all"><?php the_content(); ?></div>
</main>
</div>
<?php } ?>
<?php else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
<?php get_footer(); ?>
Directory Contents
Dirs: 6 × Files: 28