What am I doing wrong? {term_name} not showing any data for default post categories?

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.

Use {post_terms_category:plain} to get just the term name, not a link (which most likely destroys the layout)

Bingo. Thanks so much for that @Illarion. I can now see that explanation on the Dynamic Data – Bricks Academy too but am surprised that’s not in the bricks UI - but thanks a million buddy.