Skip to content
Display Posts

Display Posts

The simplest way to display a listing of posts in WordPress.

  • Home
  • Tutorials
  • Documentation
    • Documentation
    • Parameters
    • Filters
    • The Output Filter
    • Extensions
  • Support
  • More
    • Back

Tag: events

Display upcoming events from The Events Calendar

You can use Display Posts to list upcoming events from The Events Calendar. After adding the code snippet below to your site, you can generate a list of upcoming events with:

Posted byBill EricksonJanuary 4, 2019January 4, 2019Posted inDisplay Posts ShortcodeTags: events

Display upcoming events from Sugar Event Calendar

Sugar Calendar, like most other event calendars, stores the event dates as metadata. To sort your results by the event date (meta_key is sc_event_date_time) use: That will list every event starting with the oldest to newest. If you want to list only upcoming events, we’ll need to do a meta query. This specific meta query […]

Posted byBill EricksonJanuary 3, 2019January 4, 2019Posted inDisplay Posts ShortcodeTags: events
Display Posts by Bill Erickson