This support ticket is created 7 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Thank you for contacting Toolset support. So basically you are trying to:
- List Posts and group them by Taxonomy terms / categories.
- Then show them in Tabs style, where each tab title will be the name of Category / taxonomy term.
- And in that, hide all taxonomy terms that have No posts.
The best approach to do that is by Creating 3 Views -- 1st will have Tabs and Taxonomy names, 2nd and 3rd will be nested Views to display posts based on particular taxonomy:
1. Create a Taxonomy View to apply Tabs using html / bootstrap -- screenshot attached View 1.
Hi Noman,
thanks for your help on this. I just need to clarify the outcome.
So to recap your points:
- List Posts and group them by Taxonomy terms / categories.
- Then show them in Tabs style, where each tab title will be the name of Category / taxonomy term.
- CHANGE - Hide a tab and the tab content if there are no posts with the specified taxonomy terms.