Skip Navigation

[Resolved] integrate Toolset custom taxonomy in elementor by dynamic fields

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 1 voice.

Last updated by marcoS-13 3 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2804320
elementor.JPG
felder.JPG

Hi there,
i would like to display custom taxonomies in my posts.

To do this, I want to use the "Text" widget with the "Toolset Field" field.
Unfortunately, the required ones aren't displayed there. What am I doing wrong?

What do I need to do to make them appear there?

Thanks for helping me and your short reply!

#2804336

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset has limited integration with Elementor. The dynamic data feature is managed by Elementor and it only supports Toolset custom fields and not the taxonomies.

To show taxonomy terms, you can use the "wpv-post-taxonomy" shortcode in simple, text, HTML, or shortcode widget:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-taxonomy

For example:

[wpv-post-taxonomy type="my-taxonomy-slug" separator=", " format="link" show="name" order="asc"]
#2804347
ffff.JPG

Hi Minesh,

thanks a lot for your reply and your help!

I had tryed your shortcode and I replaced "my-taxononomy-slug" with my taxonomy slug (attachement) - but it does not work. I see only the code in frontend with the "Shortcode" widget of Elementor.

So ist was:
[wpv-post-taxonomy type="referenzart" separator=", " format="link" show="name" order="asc"]

Did you know any reason why?

#2804353

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

it should work. Can you please share problem URL and admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2804441

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

First of all, I'm not sure if you are aware that just before few days back we had release of new Toolset plugin version.

I would like to inform you that we just published new version for the following Toolset plugins and that contains the fix for the issue "select all checkbox broken" on post type listing page.

- Toolset Types (3.6.0)
- Toolset Blocks (1.6.19) and Toolset Views (3.6.19)
- Toolset Maps (2.2.0)
- Toolset Forms (2.6.23)
- Toolset Access (2.9.3)
- Toolset Layouts (2.6.17)

Please check the following blog post for more details:
- https://toolset.com/2025/04/toolset-1-6-19-openstreetmap-integration/

Could you please update ALL Toolset plugins to it's latest officially released version. You can download the latest plugin release from your account's Downloads page:
=> https://toolset.com/account/downloads/

Alternatively, if your site is registered - You can install/update Toolset pluigins using the installer plugin:
=> https://toolset.com/faq/how-to-install-and-register-toolset/#automatic-installation-once-you-have-otgs-installer-plugin-installed

Once you update ALL plugins to latest version.

I see you are only using Toolset Types plugin and to run the [wpv-post-taxonomy] shrotcode you will have to follow the following steps:
- Install and Activate the Toolset Blocks plugin
- Enable the legacy version by following the following Doc:
=> https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/

After that you will see the shortcode will render.

#2804458

Hi Minesh,

perfect - thanks a lot for your help.
It works well / as desired now 😉

Have a nice week!