AlkantarClanX12

Your IP : 216.73.216.114


Current Path : /home/dilseshaadi/www/wp-content/themes/wedding-planner/
Upload File :
Current File : /home/dilseshaadi/www/wp-content/themes/wedding-planner/page-multiscroll.php

<?php
/*
Template Name: Multi Scroll
*/

get_header(); 
?>
<div id="main">
    <div id="content" class="full-slider template-clean-page">
        <?php 
        if ( have_posts() ) while ( have_posts() ) : the_post();
            the_content();
        endwhile;
        ?>
    </div><!--#content-->
</div>
<?php
get_footer();
?>