talque
  • External integrations for talque
  • JSON API (readonly)
    • General
      • Locales and Text
    • Organization
      • Read
    • Lecture
      • List
      • Read
      • Files
      • Authorization
    • Speaker
      • List
      • Read
      • Authorization
    • Participants
    • Vendors
      • List
      • Read
      • Authorization
    • Room
      • List
      • Read
    • Enumerations
      • Locale
  • Deep links
    • General
    • Organization
    • Profile links
    • Lecture links
    • Partner links
    • Post links
    • Map links
    • Video rooms
  • Webhooks
    • General
    • Authentication
    • File upload
    • Users
    • Invites
    • Tickets
    • Vendors
      • Create
      • Update
      • Delete
    • COMING SOON: Announcements
    • COMING SOON: Lectures
    • Map Data
      • Map layer
      • Map features
      • Update references
  • COMING SOON: Chat Bots
  • Wordpress Plugin
    • Installation
    • Pages
    • Shortcodes
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Javascript plugin
    • Introduction
    • Installation
      • Initial page
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Single Sign-On
    • OAuth2 Login
    • Website data
    • OAuth2 Flow
      • Request an Authorization Code
      • Exchange for Access Token
      • Authorized Requests
  • SELF-SERVICE LINKS
    • Event Ticket Token
  • Old Wordpress Plugin
    • Download
    • Pages
    • Shortcodes
    • Filter Options
    • Style Options
  • Old Javascript Plugin
    • Introduction
    • Routing
    • Installation
  • Troubleshooting
    • Firewall Configuration
  • Talque Plugin
    • Download
    • Installation
    • Configuration
Powered by GitBook
On this page

Was this helpful?

  1. Old Wordpress Plugin

Filter Options

Talk listings

The shortcodes displaying a list of talks are

  • [talque-talk-list]

  • [talque-talk-grid]

They allow filtering of the schedule to display only a subset of all talks. The available filters are

  • date="yyyymmdd" to only display the schedule on a particular day. The timezone defining the day start/end is set in the talque admin backend.

  • tags="tag1,tag2,..." to display the talks that carry at least one of the give tags. Note that talk taxonomy is an optional feature, so this filter is only relevant if you defined tags for your talks in the talque admin backend.

Referencing past events

The shortcodes accept an ID that overrides the one set in the wordpress admin interface. That way, you can display speakers and talks from historic events. To do so, add orgId="..." to the shortcode, for example:

  • [talque-speaker-grid orgId="qRY08MFxsIo97DecfEPk"]

  • [talque-talk-list orgId="qRY08MFxsIo97DecfEPk"]

PreviousShortcodesNextStyle Options

Last updated 5 years ago

Was this helpful?