Skip Navigation

[Waiting for user feedback] using non-toolset fields in views and content templates

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.

This topic contains 1 reply, has 1 voice.

Last updated by Christopher Amirian 2 days, 23 hours ago.

Assisted by: Christopher Amirian.

Author
Posts
#2830584

We are using the legacy Views plugin and want to be able to get custom field info for custom post types and fields NOT created by Toolset—is there a way to make [types field='xxx'][/types] work with non-Toolset fields?

#2830827

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Welcome to Toolset support. No — the legacy [types] shortcode only works for fields created/managed by Toolset Types. For non-Toolset custom fields, use This:

[wpv-post-field name="your_meta_key"]

- Works with any post meta that’s stored under your_meta_key.
- Good for simple text/number values.
- It will not work for complex/serialized values.

Thanks.