Event Offset?
-
I am using Bootstrap in a WordPress build and I would like to have three columns, each showing 1 event and details to be offset for future events:
After browsing 60+ pages of this support forum, I can not find anything on offsetting events, although, some Google results state that there is an offset command built into the code.
That being said, I’m looking for the shortcode parameter to use for offsetting events by next upcoming event — after current upcoming event — in the future.
My example:
`<div class=”col-md-4″>
<?php echo do_shortcode( ‘[eme_events limit=1 order=DESC]’); ?>
</div>
<div class=”col-md-4″>
<?php echo do_shortcode( ‘[eme_events limit=1 order=DESC]’); ?>
</div>
<div class=”col-md-4″>
<?php echo do_shortcode( ‘[eme_events limit=1 order=DESC]’); ?>
</div>`Is there an offset command that can be used in the shortcode or via the API offered by the plugin?
Thanks
- The topic ‘Event Offset?’ is closed to new replies.