Need a custom feature for this plugin? Hire the developer to customize it for your project!

Created for Developers

Atomic events was built as a framework for developers to create their own Calendar Event style Post types. It uses an MVP pattern to easily adapt to any theme.


  1. Customizable Event Fields
    Pre-built fields for event details such as date, time, location, and organizer, which can be easily modified or extended by developers to suit specific project needs.
  2. Template Override System
    Developers can create their own custom templates for event listings, single event pages, and archive views without touching the core plugin code, allowing full control over the event display style.
  3. Developer-Friendly Hooks & Filters
    A wide range of actions, hooks, and filters are provided for developers to extend or modify the plugin’s functionality, making it easy to integrate with other themes and plugins.
  4. Separation of Concerns with MVP Structure
    The plugin is designed using the MVP architecture, ensuring a clear separation between data (Model), presentation logic (Presenter), and user interface (View), making the plugin easy to maintain and extend.