have you tried Settings > Formatting > Event Tags and Settings > Pages > Event Tags ?
I haven’t changed anything in there. What can I put in there to display events connected with this tag?
At th emoment it says: There are no posts in the selected taxonomy. Which is obviously not right
Cheers
under Settings > Pages > Event Tags > Override with Formats ? or this could be another theme issue e.g. EM uses custom taxonomy
That’s what the theme developer said:
Looks like that plugin is trying to use the theme’s taxonomy.php page to list its events, and the theme is not finding any posts within the specified taxonomy. What you could try is to create a taxonomy specific page just for the EM plugin, which will cause it to use the page you create instead of the taxonomy.php page.
Does it make sense to you?
Cheers
Hi,
EM uses custom taxonomy – http://codex.ww.wp.xz.cn/Taxonomies and that maybe your theme wasn’t able to read EM tag (taxonomies)
maybe you can try this snippet – http://pastebin.com/EcFdgizC
– replace event-categories with event-tags
– em_get_category with em_get_tag
– $EM_Category with $EM_Tag
– taxonomy-event-categories.php with taxonomy-event-tags.php
EM tag placeholders:
#_TAGNAME
#_TAGLINK
#_TAGNOTES
#_TAGPASTEVENTS
#_TAGNEXTEVENTS
#_TAGALLEVENTS