Display a CPT Tag Cloud on Frontpage.

Support MB Term Meta Display a CPT Tag Cloud on Frontpage.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42889
    desingmbdesingmb
    Participant

    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.

    #42895
    PeterPeter
    Moderator

    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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.