| Current Path : /home/b/f/x/bfxleof/www/wp-content/themes/sydney/post-templates/ |
| Current File : /home/b/f/x/bfxleof/www/wp-content/themes/sydney/post-templates/post_full.php |
<?php /* Template Name: Page builder ready Template Post Type: post, projects, employees */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();