Get Taxonomy term page from value

Earlier - I believe similar question: Getting links to taxonomy term pages - #2 by regis

If I have a taxonomy:
category = categories

And their is:
/categories/ ← Taxonomy page
/categories/milk/ ← Term page
/categories/milk/why-i-like-nesquick/ ← Value

All right - all is in accord.

Now - what if I want to get the Term page FROM the value page.

So if I want all the Value level pages from the Term page - I just do:
.Data.Pages

Is their a reverse?

Other than a manual - .GetPage call?

Thank you as always

.Page.GetTerms

https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template

3 Likes

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