Brand Name in archive-product.php
-
First of all, thank you for the nice plugin. It is indeed very helpfull and a nice, lightweight alternative to the official plugin.
I was wondering how to call the Brand name in the archive-product.php. I couldn’t find a solution in the support forum.
My current markup looks like this
<header class="col-md-12 archive-header clear"> <?php if(is_product_category()) : ?> <h1 class="archive-title"><?php single_cat_title('', false); ?></h1> <div class="description expandable"> <?php echo category_description(); ?></div> <?php else: ?> <h1 class="archive-title">Product overview</h1> <?php endif; ?> </header>
It would be nice if you could tell me what I am missing or if I am just being stupid ??
Thank you in advance,
Marv
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Brand Name in archive-product.php’ is closed to new replies.