Yes, you can easily hide the knowledge base category title from the shortcode. By default, the Knowledge Base Manager WordPress plugin displays the title of each category along with its posts.
To hide the category title, you only need to add the show_title="0"
parameter into the shortcode. Now, the plugin will display all the knowledge base posts without taxonomy (category/tag) titles. Here goes an example.
👉 Regular Shortcode For Category
bkb_category categories="export-import" bkb_list_type="rounded" cols="1"
✅ Output:
👉 Shortcode For Display Category Post Without Title
bkb_category categories="export-import" bkb_list_type="rounded" cols="1" show_title="0"
✅ Output:
🎯 Use Case
Let's say you want to show a particular category's posts in a blog post. Now, the heading text of that category might break or interrupt the blog post layout. In that case you can use the above shortcode to hide the category title.
Last Update: May 25, 2025
Total 0 Votes
0
0