Eventful Event Showcase for The Event Calendar

1. Add New Event Layout (A-Z)

Creating an Eventful Layout Shortcode is quick and effortless—it takes just a minute! Follow the steps below to generate your first layout.

Step 1: Generate Eventful Layout Shortcode #

  1. Click on the Eventful → All Layouts menu.
Eventful Add New Layout
  1. Click the Add New Layout button.
Eventful New Layout First Tab

Step 2: Copy and Use the Shortcode #

Once you’ve published your layout, the Eventful Layout Shortcode will appear in the right sidebar of the Shortcode Generator settings panel, just below the Publish button.

Eventful Shortcode
  1. Copy the shortcode and paste it inside a Shortcode block.
    • You can also use a Paragraph block or Text block in Gutenberg.
    • Don’t forget to click Publish or Update on your page to save changes.
    • Shortcodes also work in widgets and via the do_shortcode() function in theme PHP files.
Eventful Inside Gutenberg

FAQ #

Q: How do I add the Eventful Layout to my theme’s PHP files?
A: Insert the following PHP code into your template file:

<?php echo do_shortcode( '[eventful id="xxx"]' ); ?>

Replace xxx with your actual shortcode ID.

What are your feelings

Updated on September 13, 2025