Developers Archives - Modern Events Calendar Knowledgebase Developers Archives - Modern Events Calendar Knowledgebase
  • Including MEC in Your Theme

    Including MEC in Your Theme

    Including MEC in your theme means for seamless integration of both you need to adjust dummy shortcodes. If you’re going to include the Modern…

    Continue Reading

  • MEC Hooks

    MEC Hooks

    List of the category Taxonomy page, single page, archives and shortcodes Hooks

  • Importing Events via SQL

    Importing Events via SQL

    You can import your events to MEC in two ways: The first method is to use the option in the plugin. In this method, you can simply go to the MEC dashboard> Import / Export

  • Overriding Shortcodes Skins

    Overriding Shortcodes Skins

    MEC supports many skins for showing events and all of them are override ready! For example if you want to customize the grid skin for MEC

  • Overriding Single Event Page

    Overriding Single Event Page

    MEC is created by developers for developers! And it’s highly developer-friendly so you can simply override MEC templates in your theme and make it compatible with your theme style or use MEC filters/actions to customize it.

  • Finding MEC Tables in Database

    Finding MEC Tables in Database

    You can find installing SQL file for MEC tables here: modern-events-calendar\assets\sql\tables.sql and you should read the code to find out what happened, if you are not familiar with code, so find someone else to help you. or use our customization services.

  • How to get custom field on single event page?

    The event custom fields data is stored in WordPress meta and you can access them using the get_post_meta function. Please…

    Continue Reading