init
This commit is contained in:
19
wp-content/themes/flatsome/page-single-page-nav.php
Normal file
19
wp-content/themes/flatsome/page-single-page-nav.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
Template name: Page - Single Page Nav
|
||||
*/
|
||||
get_header(); ?>
|
||||
|
||||
<?php do_action( 'flatsome_before_page' ); ?>
|
||||
|
||||
<div id="content" role="main">
|
||||
<?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