I can make custom taxonomy term names (via JetEngine and dynamic data) without issues - but I’ve got a native WP ‘post’ type using an applied native WP categories and the {term_name} simply doesn’t show in the builder UI or on the site.
IE I’ve simply added a query loop which shows the queried post title and post excerpt and featured image without issues (as usual) but the {term_name} is generating nothing at all, see :
Curiously, if I use {post_terms_category} it generates the term name “mortgages” fine but destroys the layout of the query loop.
I’m erring on supposing that the default category terms (out of the WP box) + the default post types aren’t supported - but only because I’m not aware of any reason this isn’t working - if anyone could help/point me in the right direction?
Many thanks - in advance.
Q.