Closed BenTangible closed 6 months ago
Thanks, very helpful! Will look into solving it.
Solved in https://github.com/TangibleInc/template-system/commit/fe5a96bff1ec9e6630455450bc6f9c690c5f19fe.
Thanks for the issue description of what works and doesn't work. It helped me create corresponding test cases (taxonomy=current terms="{Get term_name}"
, taxonomy=category terms=current
, and taxonomy=current terms=current
) to confirm the solution.
This forum user reported some issues working with the post loop query parameters
taxonomy=current terms=current
on a taxonomy term archive. I've tested this myself and this feature doesn't seem to work as described in the documentation:To replicate/troubleshoot this, I've created the following working layout:
To narrow down the issue, I've chosen to only display this layout on the "category" taxonomy term archives.
This outputs what I'd expect when I navigate to my
customizable-real-time-access
taxonomy term archive:However, if I change my loop to either
taxonomy="current" terms="{Get term_name}"
,taxonomy="category" terms="current"
, ortaxonomy="current" terms="current"
, my loop returns no results in all three cases. The goal here would be to make sure that our layout could work on a taxonomy term archive in any taxonomy by using thecurrent
taxonomy and term, but that seems to be broken at the moment.