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

Dir : /home/trave494/eastfin/wp-content/themes/kingdom/
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/eastfin/wp-content/themes/kingdom/single-post.php

<?php 
/**
 * @package WordPress
 * @subpackage:
 *	Name: 	kingdom Amazon Affiliate Theme
 *	Alias: 	kingdom
 *	Author: FG
 *	Name: 	http://themeforest.net/user/FG/portfolio
 *	
**/

get_header();
?>
   	<div class="container">
		<div class="row">
			<?php
				kingdom()->coreFunctions->printSidebar( 'left' ); 
			?>
			<!-- Main Container -->
			<section id="post-<?php the_ID(); ?>" class="<?php echo esc_attr( kingdom()->coreFunctions->content_class() );?>">
				<?php if( have_posts() ) : while( have_posts() ) : the_post();?>
				<div class="kd_featured_post kd_post_details">
					
					<?php if( has_post_thumbnail() ) :
						$thumb_id = get_post_thumbnail_id( $post->ID ); 
						$image = wp_get_attachment_image_src( $thumb_id, 'full' );
					?>
					
					<div class="kd_hovereffect">
						<a href="<?php echo esc_url($image[0]);?>" class="prettyPhoto" title="Image" >
							<?php echo wp_get_attachment_image( $thumb_id, 'kingdom_blog-featured-image' );?>
							<div class="mask">
						 		<div class="kd_bk_icon">
									<i class="icon icon_hover"></i>
								</div>
							</div>
						</a>
					</div>
					
					<?php endif; ?>
					
					<div class="kd_product_rating_pagination">
						<input class="rating" data-max="5" data-min="1" name="rating" type="number" value="" />
						<ul class="kd_pager">
							<li><?php previous_post_link('%link', 'Previous'); ?></li>
							<li><?php next_post_link('%link', ' / Next'); ?></li>
						</ul>
					</div>
					
					<div class="clearfix"></div>
					
					<h2><?php the_title(); ?></h2>
					<p>
						<span><?php echo get_the_date(); ?> / <?php comments_number( 'no comments', 'one comment', '% comments' ); ?>, <?php esc_html_e('on', 'kingdom'); ?> <?php the_category(', ', 'multiple'); ?></span>
					</p>
					
					<div class="post-entry">
						<?php the_content(); ?>
					</div>
					<?php wp_link_pages(); ?>
					
					<div class="kd_social_tags">
						 <div class="kd_social_share">
						 	<?php 
						 		kingdom()->coreFunctions->print_share_buttons( $post->ID, $post->post_title );
						 	?>
						</div>

						<div class="kd_tags">
							<?php the_tags(); ?>
						</div>
					</div>
				</div>
				
				<?php  
				if( comments_open() ) {
					comments_template();
				}
				?>

				<?php endwhile; endif; ?>
				
			</section>
			
			<?php
				kingdom()->coreFunctions->printSidebar( 'right' );
			?>
  		</div>
  	</div>
    <!-- end of content -->

<?php get_footer(); ?>