• Resolved ximenavin

    (@ximenavin)


    Hi,

    There is a way to show a specific category into the product_cat? For example, I want to show just the wines category into a specific sidebar.
    How can I do that?

    Regards,

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPBean

    (@wpbean)

    You can include or exclude specific category items from the accordion. Just add comma/space-separated string of term IDs.

    Example shortcode –

    [wpb_category_accordion taxonomy="product_cat" exclude="2,3,4,5"]
    [wpb_category_accordion taxonomy="product_cat" include="2,3,4,5"]

    Thanks

    Thread Starter ximenavin

    (@ximenavin)

    Hi, thanks for you answer!

    I tried to do what you said but it doesn’t work.
    My shortcode is: [wpb_category_accordion taxonomy=”product_cat” include=”141″ orderby=”name” order=”ASC” show_count=”yes” hide_empty=”yes” icon=”▾”]

    141 is the ID for Wines.
    If you look into this page: http://wwl.folkatesting.com/product-category/wine/ you will see other categories in the accordion filter. I’m also tried to exlude Vodka and it doesn’t work either.

    I’m doing something wrong?
    Best,

    Thread Starter ximenavin

    (@ximenavin)

    Hi!

    Is there a way to fix this?

    Thanks again.
    Best,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Show a specific category’ is closed to new replies.