Advertisement
Guest User

Untitled

a guest
Jun 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. /*
  3. Template name: Page - Full Width
  4. */
  5. get_header(); ?>
  6. <?php do_action( 'flatsome_before_page' ); ?>
  7. <div id="content" role="main" class="content-area">
  8. <?php while ( have_posts() ) : the_post(); ?>
  9. <?php the_content(); ?>
  10. <?php endwhile; // end of the loop. ?>
  11. </div>
  12. <?php do_action( 'flatsome_after_page' ); ?>
  13. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement