Skip Navigation

[Resolved] Custom Taxonomy & WordPress Modules

This support ticket is created 5 years, 7 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 5 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#1275189

Hi There,

I am new to toolset and I am trying to figure out how to do the following without programming it.

I have a custom taxonomy called 'vendor' that is part of a custom post type called 'packages'. I want to have a custom gallery content dependent on the custom taxonomy. If you could point me in the right direction that would be awesome!

Thanks!

#1275191

Hi, it depends on what you mean by gallery. If you're talking about a list of Package posts filtered by a specific term or terms in the Vendor taxonomy, then you would create a View of the Package post type, and add a Query Filter to filter by taxonomy term: https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/

If you're talking about some type of image gallery, then you can create a Slider View using the same taxonomy Query Filter. https://toolset.com/documentation/user-guides/creating-sliders-with-types-and-views/

If you had a different gallery in mind, let me know some more details and I can try to point you towards some examples.