Support

Account

Home › Forums › ACF PRO › How to get taxonomies loop in single post ? › Reply To: How to get taxonomies loop in single post ?

  • If you want to retrieve the terms for the current post you probably want get_the_terms() (inside the post loop) rather than get_terms().