File: /home/nhqyemt2u0zd/www/wp-content/themes/kitgreen1.1.0/framework/templates/service/entry-ar.php
<?php
global $kitgreen_loop;
?>
<div class="service_inner" >
<div class="service-image" onclick="window.location.href='<?php the_permalink(); ?>'">
<?php echo get_the_post_thumbnail( $post->ID, 'jws-imge-related_post' ); ?>
<div class="redmore ">
<a class="lnr lnr-link" href="<?php the_permalink(); ?>"></a>
</div>
</div>
<div class="service-content">
<div class="title">
<h6><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h6>
</div>
<div class="excerpt">
<?php the_excerpt(); ?>
</div>
</div>
</div>