????

Your IP : 18.222.108.185


Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/templates/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/templates/landing-page.php

<?php
/**
 * Template Name: Landing Page
 *
 * @package Wanderfuls WordPress Theme
 * @subpackage Templates
 */

// Get site header
get_header(); ?>

    <div id="content-wrap" class="container clr">

        <?php tb_hook_primary_before(); ?>

        <div id="primary" class="content-area clr">

            <?php tb_hook_content_before(); ?>

            <div id="content" class="clr site-content" role="main">

                <?php tb_hook_content_top(); ?>

                <?php while ( have_posts() ) : the_post(); ?>

                    <article class="entry-content entry clr">

                        <?php the_content(); ?>

                    </article><!-- #post -->

                 <?php endwhile; ?>

                <?php get_template_part( 'partials/post-edit' ); ?>

                <?php tb_hook_content_bottom(); ?>

            </div><!-- #content -->

            <?php tb_hook_content_after(); ?>

        </div><!-- #primary -->

        <?php tb_hook_primary_after(); ?>

    </div><!-- #content-wrap -->

<?php
// Get site footer
get_footer(); ?>