Show the name of the brand with a link with the plugin: Product Brands For WooCommerce

0

I do not know if anyone has used this plugin, but I would like to show the name of the brand under the image of each product, but I have not succeeded.

Does anyone know how to do it?

    
asked by 17.10.2017 в 16:00
source

1 answer

0

The plugin has a Shortcode to show the brand, you just need to locate the product template (single-product.php) and paste this where you want it to appear in the HTML:

<?php do_shortcode(['pbf_wc]'); ?>

(I do not remember if I should wear the echo)

By not knowing the template you use, I can not give you a more specific answer about the location of the file or where it should go in the HTML code.

Greetings,

    
answered by 17.10.2017 / 16:06
source