Display brand link/name before product title in loop
-
Hi,
Could you please help me with this? I tried the following code to echo this shortcode in order to display the brands before product title. But it didn’t work.
add_action( 'woocommerce_before_shop_loop_item_title', 'aq_display_brand_before_title', 10, 0 ); function aq_display_brand_before_title() { echo do_shortcode('[pwb-brand]'); }
If you can add an option in backend this will allow users to display it according to their needs. But I guess brand name should go first in loop before the product title. On single product options are great.
Overall this plugin is great. However the documentation needs to be improved a little.
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Display brand link/name before product title in loop’ is closed to new replies.