This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi,
Could you please tell me how and what I have to change to add the brand detail to the top of the brand page?
Thanks
Hello,
Do you mean you want to show brand description on the brand page?
If so, you need add this code in the file wp-content/themes/legenda/woocommerce/archive-product.php ( just below <?php etheme_category_header();?>
in archive-product.php):
<?php echo term_description( "", get_query_var( 'brand-taxonomy' ) ); ?>
Regards,
Eva Kemp.
Thats brilliant,
Thank
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Add Brand image and details to top of the brand page’' has been successfully resolved, and the topic is now closed for further responses