TangibleInc / template-system

A template system for WordPress with content type loops and conditions
https://docs.loopsandlogic.com/reference/template-system/
8 stars 3 forks source link

Taxonomy term loops broken in 4.1.0 #92

Closed BenTangible closed 7 months ago

BenTangible commented 7 months ago

The taxonomy term loop type seems to no longer work in 4.1.0. I've tested both the shorthand and full syntax with the built-in category taxonomy as well as a custom taxonomy and in all cases, it works as expected in 4.0.2 and then displays nothing in 4.1.0.

<Taxonomy category>
  <Term title />
</Taxonomy>
<Loop taxonomy="category" post="current">
  <Field title />
</Loop>

This is a hugely urgent issue since I expect that most L&L users work with taxonomy term loops.