zZzzZ.
home2
/
zrzvbdry
/
airuzu.com
/
wp-content
/
themes
/
savings-pro-main
/
templates
New Folder
Editing: full-width-page.php
Save
Cancel
<?php /** * Template Name: Full Width Page * * Full Width Page * * @package Savings-Pro * @since 1.0. */ get_header(); the_post(); /** * Hooks wpcoupon_after_header * * @see wpcoupon_page_header(); * */ do_action( 'wpcoupon_after_header' ); ?> <div id="content-wrap" class="container container-index no-sidebar"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php the_content(); ?> </main><!-- #main --> </div><!-- #primary --> </div> <!-- /#content-wrap --> <?php get_footer(); ?>