Select only the main event
-
Is there an Events Manager attribute that will allow me to only show the main event? e.g. [events_list ongoing_events=”main_only”].
Also is there the equivalent of ‘Events -> Settings -> Formatting’ for the output or can the pages/formatting in Events Manager be extended to add it?
I’m trying to get a full listing of events, showing each event with its ongoing events using the formatting for the Events page. No header or footer, just repeating events.
<div id='event_item' class='pm_zoom_event'> <div id='event_img'>#_EVENTIMAGE{300,0}</div> <div id='event_info'> <h2 class='event_title pm_evt_heading'><a href='#_ATT{Event URL}' target='_blank'>#_EVENTNAME</a></h2> <p class='event_dates pm_evt_heading'>#_EVENTDATES, @#_EVENTTIMES</p> <h3 class='event_sub'>#_ATT{Sub heading}</h3> <span class='event_desc'>#_EVENTNOTES</span> <p class='event_location'> {has_location}#_LOCATIONNAME, #_LOCATIONTOWN, #_LOCATIONSTATE{/has_location}</p> <p>#_ONGOINGEVENTS</p> </div> </div> <hr class="wp-block-separator">
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Select only the main event’ is closed to new replies.