Hi everyone,
I’m running query loops on my site and currently my Homepage is as follow:
- Loop through all term of a Taxonomy (Tops) of a Custom Post Type (Sites) - Query Loop available in the UI
Problem is, in a code block, I can’t seem to be able to retrieve the value of that term_id. get Queried Object only output the Page data itself, not the loop I’m in.
Any help is appreciated.