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 #
- Click on the Eventful → All Layouts menu.

- Click the Add New Layout button.

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.

- 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.

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.