Your IP : 3.147.61.125


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

<?php get_header(); ?>	
<div id="content">
	<?php						  
						      echo do_shortcode('[smartslider3 slider=3]');

						?>
	<div class="container">
	
		<div id="single_cont">
		
			<div class="single_left single_full">
			
				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
					<div class="next_prev_cont next_prev_cont_top_right">
						<div class="left">
							 <?php //previous_post_link('%link', '<i>Previous post</i><br />%title'); ?> 
							 <?php previous_post_link('%link', ''); ?> 
						</div>
						<div class="right">
							 <?php //next_post_link('%link', '<i>Next post</i><br />%title'); ?> 
							 <?php next_post_link('%link', ''); ?> 
						</div>
						<div class="clear"></div>
					</div><!--//next_prev_cont-->				
			
					<h1 class="single_title"><?php the_title(); ?></h1>
					
					<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-->
			
			<?php //get_sidebar(); ?>
			
			<div class="clear"></div>
		
		</div><!--//single_cont-->
		
	</div><!--//container-->
</div><!--//content-->
<?php get_footer(); ?>