I want to use the <more> tag similar to how in a post. Contains the description of the event the <more>-Tag, is only show the text before. Date, location, map and other description-text should only appear after clicking on a link <more>. How can I configure it? It's possible?
Many thanks, joesch
http://wordpress.org/extend/plugins/events-manager/
agelonwl
Member
Posted 1 year ago #
you can use placeholder #_EVENTEXCERPT
Other way;
e.g. using the settings page @ Settings > Formats/Layouts > Default event list format you can do something like
#_EVENTNAME<br/>
#_EVENTEXCERPT<br/>
<a href="#_EVENTURL">More....</a>
For more information:
http://wp-events-plugin.com/documentation/placeholders/
http://en.support.wordpress.com/splitting-content/more-tag/