Problem: I would like to create conditional HTML that tests a category ID. I am currently testing using the wpv-taxonomy-archive shortcode, but it is not working as expected.
Solution: The wpv-taxonomy-archive shortcode returns the term Title by default, not the term ID. However, your conditional is set up to test the term ID. So you should modify the shortcode to return the term ID instead of term title:
[wpv-conditional if="( '[wpv-taxonomy-archive info='id']' eq '2' )"] <div class="color1 padding"> <h1>Annonsørinnhold</h1> </div> [/wpv-conditional]
Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-taxonomy-archive
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 6 years, 11 months ago.
Assisted by: Christian Cox.