hi i am new to wordpress and i am using wordpress events manager plugin.is it possible to filter out events manager events based on their location? right now i have a code that prints all the events in the event manager
<?php
echo EM_Events::output(array()) ;
?>
what i want to display is only the events occuring in a particular location. i tried something like
<?php
echo EM_Events::output(array('#_LOCATIONNAME'="some location name")) ;
?>
but the things doesnt work the way i want.any help would be grateful
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire