Thread Starter
tb21
(@tb21)
Thanks! I worked out this was being caused by a different issue, that the second post didn’t have one of the “Features” selected and so was being excluded from all filtering.
Thread Starter
tb21
(@tb21)
Thanks, I managed to code a workaround by excluding the if fields from the layout.
One other issue I am having is the “And” condition on the Taxonomy relation only works across different taxonomies. When I select multiple options from within the same taxonomy, it performs as if it is an “Or” condition.
Thread Starter
tb21
(@tb21)
Hi!
I’ve changed this, but I still get the following in my output:
<!--?php if($wifi) { ?--><img src="/wp-content/uploads/2025/03/Wifi.svg" class="featureicon">
<!--?php } if($parking) { ?-->
<img src="/wp-content/uploads/2025/03/Car-Parking.svg" class="featureicon"><!--?php } if($disabled) { ?-->
<img src="/wp-content/uploads/2025/03/Disabled-Parking.svg" class="featureicon"><!--?php } if($rooms) { ?-->
<img src="/wp-content/uploads/2025/03/Other-Meeting-Rooms.svg" class="featureicon"><!--?php } ?-->