Antique Shop
-
Has anyone used the Antique Shop gallery plugin to display products on their blog? I’ve just implemented it and its working great.
I want to be able to have the product name display above the relevant thumbnail in the thumbs section – i was wondering if anyone has done this before because i can’t seem to get it working, here’s the code i’m trying to use –
<?php foreach (antique_get_thumbs() as $tt) : global $thumb; $thumb = $tt ?>
" class="img"><img src="<?php antique_thumb_url(); ?>" alt="*" />
<---MY CODE<h3 class="producttitle"><?php antique_product_name(); ?></h3>---->
<?php endforeach; ?>
The topic ‘Antique Shop’ is closed to new replies.