Conferencepro Post Types


  • poi: Point of interest
  • speaker
  • session


To obtain a list of the available sessions, you can use this SQL.

Please, adjust the "f78" to your database name.


SELECT * FROM `f78_posts` WHERE `post_type`="session"
SQL