Forums

Events Manager
Display 1 entry for recurring event in list? (5 posts)

  1. Julian Kussman
    Member
    Posted 10 months ago #

    I've got a front page at http://stlseniorevents.com/
    that pulls the next 4 events with category 'Featured' and shows their Event Image and title/date.

    Here is my code:

    EM_Events::output(array('limit'=>4, 'scope'=>'future', 'orderby'=>'start_date', 'category'=>42,
    					'format'=>'
    					<div class="img-item">
    						<a href="#_EVENTURL">
    							#_EVENTIMAGE
    							<p>#_NAME - #M, #j</p>
    						</a>
    					</div>
    					'
    					));

    Is there a way to allow a recurring event (master) to be set as Featured and displayed once as opposed to every time the event reoccurs as it currently acts?

    An additional hope would be that the date display could list the start and end date of the recurrence.

    http://wordpress.org/extend/plugins/events-manager/

  2. Marcus
    Member
    Posted 10 months ago #

    recurring - there's an attribute for that http://wp-events-plugin.com/documentation/event-search-attributes/

  3. Julian Kussman
    Member
    Posted 10 months ago #

    Yes adding that works but then all non-recurring events go away. Also the description of the 2nd recurring attribute does not quite explain what it'll do.

  4. Marcus
    Member
    Posted 10 months ago #

    you probably have to write some sort of conditional yourself then, check the plugin site tutorials for that sort of thing.

  5. jazbek
    Member
    Posted 7 months ago #

    I just wanted to add my support for this feature. I'm working on a buddypress site where we have many groups and many of them are going to create daily events that repeat several years into the future. It looks kind of silly to show an event number in the thousands when you view a group's events. It'd be great to count recurring events as only one.

Reply

You must log in to post.

About this Plugin

About this Topic