Using Custom Taxonomies?
-
Hello,
I’m working on a client site that’s using the EM plugin to create numerous event types. We’ve got Seminar event type, for instance, and I’ve used the Custom Post Type UI plugin to attach a custom taxonomy called Event Region to the Event post type that the EM plugin creates.
I’ve defined Event Regions such as New York, New Jersey and New Mexico.
I’m trying to get the EM plugin to call the taxonomy terms and have come up empty. For now I’m using tags, like this:
[events_list category="seminars" tag="new-mexico" scope="future"] <div class="eventList"> <h3 style="margin: 0;">#_EVENTLINK</h3> <span class="eventListexcerpt">#_EVENTEXCERPT</span><span class="eventListdate">#M #j #@_{ \ - M j}, #Y</span>
but it would be much cleaner to be able to call the list I want just through the taxonomy. How can that be done through the shortcodes? The documentation provided is very confusing, would love to know how to make this work.
Thanks!
- The topic ‘Using Custom Taxonomies?’ is closed to new replies.