Hello, I’m using the blog element for displaying a custom post type using the following code:
[spb_blog blog_type="masonry" gutters="yes" columns="4" fullwidth="no" item_count="5" category="nacional-legislacion" offset="0" order_by="title" order="DESC" show_title="yes" show_excerpt="yes" show_details="no" excerpt_length="20" content_output="excerpt" show_read_more="yes" social_integration="no" blog_filter="yes" pagination="infinite-scroll" post_type="ley" width="1/1" el_position="first last"]
My category structure is as follows:
– Legislación
— Nacional
— Tema 1
— Tema 2
— Tema 3
I would expect that “Tema 1”, “Tema 2”, and “Tema 3” to be displayed as filters for the posts displayed in the blog element, but those are not being displayed.
Thanks.