Conditional Placeholde {has_category} doesn't work
-
I have events of multiple categories. “7” is the main category for all “public” events. For my public events I want to show the location if it is set. I don’t need the location for internal events.
The code below shows what I am trying. With this code Event Manager will NEVER show locations, neither for public nor internal events. When I leave the {has_category_7}…{/has_category_7} away the location will be shown.
What am I doing wrong? I set the parameter for nested conditions in wp_config.php to 4. I tried excluding all internal events via {no_category_8} but that didn’t work either.
Thanks for your help.
Reiner
<table> <tbody> <tr> <td rowspan="3">#_EVENTIMAGE</td> <td>#_EVENTNOTES<p> <strong>Date and time</strong><br/> #_EVENTDATES<br /><i>#_EVENTTIMES</i><p> <strong>Entry:</strong> #_ATT{Entry} </td> </tr> {has_category_7} {has_location} <tr> <td> <p> <strong>Location</strong><br/> #_LOCATIONLINK </p> </td> </tr> {/has_location} {/has_category_7} <tr> <td><strong>Contact: </strong> <a href="mailto:#_ATT{ContactEMail}?subject=#_CATEGORYNAME: #_EVENTNAME (#_EVENTDATES)">#_ATT{Contact}</a> </td> </tr> </tbody> </table>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conditional Placeholde {has_category} doesn't work’ is closed to new replies.