File: /home/nhqyemt2u0zd/www/wp-content/themes/kitgreen1.1.0/attachment.php
<?php get_header();$blog_shortcoe = cs_get_option('blog_before_footer'); ?>
<?php $page_title = cs_get_option('golobal-enable-page-title'); if($page_title == "1") :
echo jwstheme_title_bar();
endif; ?>
<div class="main-content">
<div class="container">
<div class="row">
<?php
if( have_posts() ) {
while ( have_posts() ) : the_post();
get_template_part( 'framework/templates/blog/entry-ar', get_post_format());
endwhile;
}else{
get_template_part( 'framework/templates/entry', 'none');
}
?>
</div>
</div>
</div>
<div class="before-footer">
<?php echo do_shortcode( ''.$blog_shortcoe.'' );?>
</div>
<?php get_footer(); ?>