Meta Box
Support Forum
Support › MB Term Meta › Display a CPT Tag Cloud on Frontpage.
I would like to create a tag cloud (list of terms) from a custom taxonomy ("Services Tags") that I have assigned to CPT ("Services") on the frontend. How could I achieve that?
If you need further information, please let me know.
Hello,
It sounds like a WordPress basic question. You can use the function get_terms() to get terms of a taxonomy and display them in the frontend. Follow the documentation https://developer.wordpress.org/reference/functions/get_terms/
get_terms()