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 |
Dir : /home/trave494/eastfin/wp-content/themes/kingdom/single.php |
<?php /** * @package WordPress * @subpackage: * Name: kingdom Amazon Affiliate Theme * Alias: kingdom * Author: FG * Name: http://themeforest.net/user/FG/portfolio * **/ get_header(); ?> <!-- Main Gray Content Background --> <div class="gray-content-background"> <div class="container"> <div class="row-fluid"> <?php kingdom()->coreFunctions->printSidebar( 'left' ); ?> <!-- Main Container --> <section class="<?php echo esc_attr( (isset(kingdom()->coreFunctions->data['sidebar']['position']) && kingdom()->coreFunctions->data['sidebar']['position'] == 'nosidebar' ? 'span16' : 'span12') ); ?>"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <article id="post_<?php echo esc_attr( $post->ID ); ?>" <?php post_class(); ?>> <div class="the-content" <?php post_class(); ?>> <?php if(isset($data['single_image']) && $data['single_image'] == "1"): $blog_thumb = wp_get_attachment_image_src(get_post_thumbnail_id(), 'thumb-post-featured'); ?> <?php if(has_post_thumbnail()): ?> <div class="row-fluid"> <div class="span16"> <a class="s_thumb" href="<?php echo esc_url($preview[0]); ?>" rel="prettyPhoto"> <img src="<?php echo esc_url($thumb[0]); ?>" alt="<?php echo the_title(); ?>" /> </a> </div> </div> <?php endif; ?> <?php endif; ?> <?php the_content(); ?> </div> </article> <?php endwhile; endif; ?> <?php //comments_template(); ?> </section> <?php kingdom()->coreFunctions->printSidebar( 'right' ); ?> </div> </div> </div> <!-- end of content --> <?php get_footer(); ?>