• Resolved fartbrat

    (@fartbrat)


    Hi, i would like a piece of code to display brand link before product title on the shop page. I tried the following:

    add_action('woocommerce_after_shop_loop_item_title', function(){
      echo do_shortcode('[pwb-brand product_id="'.get_the_ID().'" as_link="true"]');
    });

    as instructed from related topic in this thread. However, the brand link displays both before and after the product title.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.