Your IP : 3.145.88.101


Current Path : /home/church/www/lavishluxebylenee.com/wp-content/themes/CreativePortfolioResFree/
Upload File :
Current File : /home/church/www/lavishluxebylenee.com/wp-content/themes/CreativePortfolioResFree/page.php

<?php get_header(); ?>	
<div id="content">
						<?php
						  if(is_home() || is_front_page()){?>
						   <div class="iframe-container"><video style="width:100%;height:auto" src="../../wp-content/uploads/2020/05/lavishluxevideo.mp4" controls loop muted="true" autoplay="true"></video></div>
						   
						<?php
							} else if(is_page('contact-us')){
						      echo do_shortcode('[smartslider3 slider=6]');
						  }else{
						      echo do_shortcode('[smartslider3 slider=1]');
						  }
						?>
	<div class="container">
	
		<div id="single_cont">
		
			<div class="single_left">
			
				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			
					
					
					<div class="single_inside_content">

					<?php the_content(); ?>
						
						
					</div><!--//single_inside_content-->
					
					<br /><br />
					
					<?php //comments_template(); ?>							
				
				<?php endwhile; else: ?>
				
					<h3>Sorry, no posts matched your criteria.</h3>
				<?php endif; ?>                    																
			
			</div><!--//single_left-->
			
			
			
			<div class="clear"></div>
		
		</div><!--//single_cont-->
		
	</div><!--//container-->
</div><!--//content-->
<?php get_footer(); ?>