PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/figplantsparadise.com/wp-content/themes/kutetheme/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/figplantsparadise.com/wp-content/themes/kutetheme/archive-look-books.php

<?php get_header();?>
<div class="main-container">
	<div class="container">
		<h1 class="look-book-page-title"><?php _e('Look Books','kutetheme');?></h1>
		<?php if( have_posts()):?>
		<div class="kt-lookbook kt-lookbook-list">
			<div class="lookbook-grid" data-layoutMode="masonry" data-cols="3">
				<?php while ( have_posts()) {
					the_post();
					$_kt_page_lookbook_location = get_post_meta( get_the_ID(),'_kt_page_lookbook_location',true );
					$full_image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), "full" ); 
					?>
					<div class="item-lookbook">
						<div class="inner">
							<div class="image">
								<?php the_post_thumbnail('lookbook-thumb-masonry');?>
							</div>
							<div class="info">
								<h3 class="title"><?php the_title();?></h3>
								<?php if( $_kt_page_lookbook_location) :?>
								<span class="location"><?php echo esc_html( $_kt_page_lookbook_location );?></span>
								<?php endif;?>
							</div>
							<a class="icon-quickview fancybox" href="<?php echo esc_url( $full_image_src[0] );?>"><i class="fa fa-search"></i></a>
						</div>
					</div>
					<?php
				}?>
				</div>
			</div>
			<div class="blog-paging clearfix">
                <?php kt_paging_nav();?>
            </div>
		<?php else:?>
			<p><?php _e('No Look book item.','kutetheme');?></p>
		<?php endif;?>
	</div>
</div>
<?php get_footer();?>