output event list filtered by custom attribute
-
I created a custom attribute #_ATT{produktion} and added a value in event edit screen.
Now i would like to output an event list in a post template with all events which have a specific value on that attribute.
How would one do this?I tried following code but with no success:
<?php if (class_exists('EM_Events')) { echo EM_Events::output_grouped( array('event_attributes'=> array('produktion'=> '85')) ); } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘output event list filtered by custom attribute’ is closed to new replies.