Show category term if checked
-
I’m trying to display a category term only if it has been checked. I’ve tried the following, but it is not working:
[for each=category] [if each=book-review] [-if each_value] [each link] [/-if] [/if] [/for]
I’ve tried variation, but none that work including
[-if each_value=book-review]
[-if each_value=1]
[-if each_value=True]
If I omit
[-if each_value]
then the term is displayed, but regardless of whether it is checked. Any more suggestions?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Show category term if checked’ is closed to new replies.