<?php /** * Template Name: Page - Full Width */ get_header(); ?> <section id="blog" class="blog-section"> <div class="container"> <div class="two-tone-layout"> <div class="col-sm-12 content-wrapper"> <div class="detail-content single_page eb_page"> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; ?> </div> </div> </div> </div> </section> <?php get_footer();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
full-width-container.php | File | 478 B | 0644 |
|
full-width.php | File | 559 B | 0644 |
|