This is a follow-up to the support post: https://toolset.com/forums/topic/dynamic-taxonomy-archive-page/
I thought initially the issue was solved by the solution Minesh provided but once I started adding new custom Taxonomy values I realized the result wasn't what I expected. I'll do my best to explain what I am trying to do and why the proposed solution isn't working for me.
My custom post type is "Course." Each course belongs to a specific custom Taxonomy called "Course Categories". I have added a couple of custom Taxonomy terms to each Course Category that I would like output when the user goes to the archive for courses in that category. For instance, when the user goes to hidden link I would like the user to see the Courses that belong to that category, but also see (above those) the output of several Taxonomy term fields (like Featured Image, Category Description, etc.) The page, Ideally, will look like the attached screenshot. Likewise, when the user goes to a different Course Category archive, like hidden link they should see the custom taxonomy terms for that category (only) and the courses that belong to it.
With the solution provided in this thread: https://toolset.com/forums/topic/dynamic-taxonomy-archive-page/ the loop is looping through all of the categories (no matter which one you go to) and outputting all of the category custom terms from all categories. I'd just like to display the custom category terms for the currently selected category.
Basically, I'm looking to output just the custom category terms I've created for each category when someone views the archive for the category. I hope this makes sense!
Hello,
I have checked the thread you mentioned above:
https://toolset.com/forums/topic/dynamic-taxonomy-archive-page/#post-1739445
This private information was removed to protect your privacy.
Please provide your website credentials again, I need to check it in a live website, thanks
I assume you are going to display term's fields of current terms of "adobe".
If it is, I have setup a demo in your website:
Edit the Toolset WordPress archive "Course Categories":
hidden link
Display the term fields shortcode directly:
[types termmeta='course-category-description'][/types]
[types termmeta='course-category-image' title='%%TITLE%%' alt='%%ALT%%' size='medium' resize='proportional'][/types]
Please check if it is what you want, thanks
And in your case, it does not need the taxonomy view.
I believe that is it! Thank you, Luo.