%PDF- %PDF-
Direktori : /var/www/pn/wp-content/themes/intosai/templates/ |
Current File : //var/www/pn/wp-content/themes/intosai/templates/sai-capacity-database.php |
<?php /* Template Name: SAI Capacity Template */ use Roots\Sage\Setup; use Roots\Sage\Wrapper; use Roots\Sage\Titles; /* TOP BANNER */ include('banner-options.php'); include('sections/map_landing-chart.php'); include('flexible-page-sections.php'); /* PAGE CONTENT */ while (have_posts()) : the_post(); $the_content = apply_filters('the_content', get_the_content()); if(!empty($the_content)){ echo '<div class="page-content">'; echo '<div class="wrapper">'; the_content(); echo '</div>'; echo '</div>'; } endwhile; ?>