unclickable links in loop coupon.php
hi
how to make in loop coupon.php unclickable store name and store image
here is the code
<div class="store-image">
<a href="<?php echo appthemes_get_custom_taxonomy( $post->ID, APP_TAX_STORE, 'slug' ); ?>"><img src="<?php echo clpr_get_store_image_url( $post->ID, 'post_id', 110 ); ?>" alt="" /></a>
</div>
<div class="store-name">
<?php echo get_the_term_list( $post->ID, APP_TAX_STORE, ' ', ', ', '' ); ?>
</div>
just need remove link and left name and image as simple text and image not links