How to insert store's slug everywhere?
I wanna add store logo to the coupon loop. The image url will be mysite.com/pic/"store's slug".jpg.
I'm not familiar with php, and have spended much time on inserting the "store slug" in loop-coupon.php, but no success.
<?php echo appthemes_get_custom_taxonomy($post->ID, APP_TAX_STORE, 'name'); ?> = Store name
but when change "name" to "slug", the code will output the store page link.
Anyone help?