Customize clipper
Hi,
I would like to know how to change some values on these pages.
content-coupon.php
<div class="store-name">
<?php echo get_the_term_list( $post->ID, APP_TAX_STORE, ' ', ', ', '' ); ?> -> It generates a <a href=""> but I'd like to add a title="Name_of_the_store" for each links etc but cant find where that function is generated
</div>
For
tpl-stores.php & tpl-coupon-cats.php
Same, I would like to change the structure of some elements
http://prntscr.com/9mrpkr
Change the <h2> and add some title and alt on each store links
Same for categorie page.
Regards
Romi