I made some custom category fields (to a custom taxonomy, not the default WP categories) that I would like to display on the archive page for that particular category. So I would like to show an excerpt for that category, then the posts in that category, and then a more extensive description. I also added a category image.
I would also like to make a view that lists all the categories with the category images and maybe the excerpt, that I can link to the category.
However, when I choose the "fields and views" block, I don't see my custom category fields. Even if I install the legacy views plugin.
You will only get the term meta's for your custom taxonomy only when you are building taxonomy archive or a taxonomy view.
If you are building an archive that is listing out Posts then you won't get the taxonomy custom field option. Can you let me know what kind of view you are building out ?
Also if you can provide the credentials and a link to the page where I can see the issue, that will greatly help as well.
I'm probably looking in the wrong place... can you point me in the right direction? This is a screen recording of what I'm doing (no audio): hidden link
Thank you for the video, I did an internal check on our system for an issue similar to this. It turns out that it is not yet possible to add the custom taxonomy meta fields using the gutenburg editor for the custom archives.
The solution here is to build out your custom archive with the classic editor or manually get the custom field meta using the shortcode method.
If you want to keep using the Gutenburg editor to build out the archive then the shortcode method will work well. Here is an example of the shortcode that you should use.
[types termmeta="cust-slug"][/types]
I also went ahead and added your ticket to the issue's tracker so that our development team can understand the priority of resolving this one.