init
This commit is contained in:
21
wp-content/themes/flatsome/page-blank.php
Normal file
21
wp-content/themes/flatsome/page-blank.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
Template name: Page - Full Width
|
||||
*/
|
||||
get_header(); ?>
|
||||
|
||||
<?php do_action( 'flatsome_before_page' ); ?>
|
||||
|
||||
<div id="content" role="main" class="content-area">
|
||||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<?php the_content(); ?>
|
||||
|
||||
<?php endwhile; // end of the loop. ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php do_action( 'flatsome_after_page' ); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user