• Resolved juliajune

    (@juliajune)


    Hi,

    I have several categories(custom taxonomy) that do not contain posts.

    I wrote shotkod [wpb_category_accordion taxonomy = “my_custom_taxonomy” ‘orderby’ = ‘name’ ‘order’ = ‘ASC’ ‘show_count’ = ‘no’ ‘hide_empty’ = ‘no’]

    The empty category(custom taxonomy) is not visible. Why? What am I doing wrong?

    https://ww.wp.xz.cn/plugins/wpb-accordion-menu-or-category/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same issue here. Has anyone resolved this ?

    It is because of typo in example shortcode.
    You must write properties without quotes (like taxonomy in your code)
    [wpb_category_accordion taxonomy=’my_custom_taxonomy’ orderby=’name’ order=’ASC’ show_count=’no’ hide_empty=’no’]

    Plugin Author WPBean

    (@wpbean)

    You are right polkan.

    Apply the shortcode as polkan mention.

    Thanks

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

The topic ‘Why not working 'hide_empty' in shotcode?’ is closed to new replies.