Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi lazyworks

    I’m sorry for my late response; I hope this answer will still help you
    Unfortunately, we don’t provide this feature within this version of the plugin

    Anyway, you can surely get all brands with a snippet of code similar to this

    $brands = get_terms( array(
        'taxonomy' => YITH_WCBR::$brands_taxonomy
    ) );

    Then you can cycle over brands and print what you need for each brand

    Hope this helps ??
    Have a nice day

Viewing 1 replies (of 1 total)
  • The topic ‘Free Version to display all brands?’ is closed to new replies.