Event Table Shortcode

[event_table id=”my-id”]

Screenshot

Event table with category filter enabled

Accepted parameters:

  • id
    The ID to use in grid_filter to filter by category.
    (string) Default ’empty’
  • display_mode
    Display all events or only upcoming events
    (string) Default ‘all’.
    • all
    • upcoming
    • archive
  • animation
    (string) Default: ‘yes’
    • yes
    • no
  • animation_delay
    (int) Default: 250
  • scroll_top
    (string) Default: ‘yes’
    • yes
    • no
  • scroll_top_offset
    (int) Default: 0
  • show_first_seperator
    (string) Default: ‘no’
    • yes
    • no
  • show_last_seperator
    (string) Default: ‘no’
    • yes
    • no
  • items
    (string) Default: ‘date,title,ical’
    • image
    • date
    • title
    • ical
    • author
    • excerpt
    • categories
    • place
  • show_empty_categories
    (string) Default: ‘yes’
    • yes
    • no
  • show_empty_place
    (string) Default: ‘yes’
    • yes
    • no
  • date_format
    (string) Any valid php date format. Default: ‘D, j. M Y’
  • date_icon
    (string) HTML icon (e.g. FontAwesome) or SVG. Default: svg
  • author_icon
    (string) HTML icon (e.g. FontAwesome) or SVG. Default: svg
  • ical_icon
    (string) HTML icon (e.g. FontAwesome) or SVG. Default: svg
  • place_icon
    (string) HTML icon (e.g. FontAwesome) or SVG. Default: svg
  • seperator_icon
    (string) HTML icon (e.g. FontAwesome) or SVG. Default: ’empty’
  • image_size
    (string) Any valid wordpress post thumbnail size. Default: ‘large’
  • image_fallback
    (string) URL to an image file. Default: ‘images/no-event.jpg’
  • excerpt_charlength
    (int) Default: 200
  • show_pagination
    (string) Default: ‘yes’
    • yes
    • no
  • pagination_mid_siz
    (int) How many numbers to either side of current page, but not including current page. Default: 3
  • pagination_prev_next
    (string) The previous page text. Default: ‘Back’
  • pagination_next_next
    (string) The next page text. Default: ‘Next’
  • pagination_screen_reader_text
    (string) The screen reader text. Default: ‘Posts navigation’
  • posts_per_page
    (int) Any valid integer or -1 for all. Default: 20
  • terms
    (string) Comma separated list of event category terms
  • order
    (string) Default: ‘ASC’
    • ASC
    • DESC
  • orderby
    (string) Default: ‘date’
    • ID
    • author
    • title
    • date
    • modified
    • parent
    • rand
    • comment_count
    • menu_order
  • post_status
    (string) Default: ‘publish’
    • publish
    • future
    • draft
    • pending
    • private
    • trash

Leave a Reply