Hello,
The context is this:
- An Archive layout, assigned to a taxonomy
- To display the terms in that taxonomy
Structure:
Layout
– Grid
—Cell (Consumer)
----Elements
Problem
Within the taxonomy are items of type A & B
- I want to display all the type A items
- And ignore the type B items
Challenge
- Once the layout is called as a front end page, the consumer sees a stream of terms, in the query run by Wordpress
- The Cell (Consumer above) is created once per term
- Even if I set conditions on the elements within the Cell, I can’t stop the Cell being created for type B
- This leads to an empty Cell for type B, taking up space
Can you think of a way to exclude type B which doesn’t cause the creation of a front end element?
Happy new year! Bill.