Looping all Terms but one

Hi, I am trying to showcase a list of all the terms of a custom taxonomy except one. The ‘all terms’ looper provider has no options to exclude a specific terms, just to hide empty ones.
And I tried to use a query string looper but I can’t get it right:

taxonomy_query%5B0%5D%5Btaxonomy%5D=topics&taxonomy_query%5B0%5D%5Bfield%5D=featured&taxonomy_query%5B0%5D%5Bcompare%5D=not_in

Can you point me to the right direction? It would be much appreciated, thanks!

Hi Ben,

Thanks for reaching out.
You need to create a Custom Looper and use the get_terms method. If you are not proficient in this, I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where we answer the questions beyond normal theme support.
You can also go through the following thread on custom loopers.



And also go through the following articles on how to use the get_terms method.


Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.