How to display a term description with dynamic data?

Hi,

i try to display my “naf” taxonomy term description for the current post using dynamic data and i cant’ find if it is possible. Do i need to create a shortcode for that ?

With {post_terms_naf} i can display the term name but what about the description ?

Thanks for your help

Ben

Use query loop
and dynamic data {term_description}

2023-10-17_17-40-12

1 Like

Thanks a lot ! It works now.

How do you display it if you’re using the Filter - Select element?