Skip Navigation

[Resolved] Custom Taxonomy by using toolset

This support ticket is created 5 years, 10 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Author
Posts
#1195976

I have 2 question about Toolset.

Currently I created custom taxonomy by using toolset. I want to assign separate Archive page. it's possible to assign custom archive-projects.php without installing any other your plugin. Because your plugins is to heavy. Each Plugin size 20+ MB. which take too much load on wordpress.

2nd Question. Can I view Short Code records without installing wp-views plugin? Currently I have [wpv-post-taxonomy type="dubai-area" format="name"] but this short code is not displayed without wp-views.

Please suggestion any other solution or if you have lite version to display only short code please let me know.. Because I can't install 25MB plugins to load on our website.

#1196151

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Arslan,

Thank you for getting in touch.

It is possible as you mention to create the custom archives with the default templating structure that wordpress uses.
https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-taxonomies

For your second question, no it is not possible to use the views shortcodes without having the plugins installed. We do not have a lite version that we can use.

The recommended way to retrieve your custom taxonomy terms without our views plugin is to modify the Post Type template and add the function to get the taxonomy terms.
https://codex.wordpress.org/Function_Reference/wp_get_post_terms

Please let me know if this helps.
Thanks,
Shane