Skip Navigation

[Resolved] Custom fields group not displaying in associated taxonomy terms (edit page)

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.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 1 year, 2 months ago.

Author
Posts
#2645673
Edit-Brand-‹-Manuel-Fialho-—-WordPress-2.png
Edit-Group-‹-Manuel-Fialho-—-WordPress.png

I am trying to:

Display a group of custom fields in all terms belonging to a specific taxonomy (in the term edit page).
I've followed this tutorial:
https://toolset.com/documentation/term-fields/
... but the way to select the taxonomy ('Where to Include These Fields' section) doesn't look identical to the current interface, and although I've selected all the taxonomy terms, there are no custom fields displayed on those term's edit page.

#2645915

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screenshot 2023-09-21 at 07.37.45.png

Hi there

It looks to me like you have made a group of custom fields for Posts and then specified which posts the field group should be shown on, according to which taxonomy terms are assigned to the post.

But it sounds like you want to add custom fields to the specified terms themselves (term meta rather than post meta), in which case you need to create a group of Term Fields (screenshot), not Post Fields.

#2645941

Hello Nigel,
you're right, I didn't notice that.
I've created a group of Term Fields and it's working, now.

Thanks!