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