Creating an Eventful Layout Shortcode is quick and effortless—it takes just a minute!
STEP 1: GENERATE EVENTFUL LAYOUT SHORTCODE

(1) Click on the All Layouts menu.
(2) Click on the Add New Layout button.

(3) Type a Title for your Event Layout (optional).
(4) Select a Layout from→ Layout Presets (Grid, List, Carousel).
(5) You can Customize the Eventful Layout Generator Setting Tabs as you want. Every layout has its Settings Tabs.
STEP 2: COPY AND USE THE SHORTCODE
The Eventful Layout Shortcode will be found in the Right Sidebar of the Shortcode Generator Settings Tabs under the Publish button.

(6) Paste the Eventful Layout Shortcode inside a Shortcode block. The Paragraph block and Text block also support the shortcode. Click on the Publish or Update button of the page to save changes. You can also use the shortcode in any widget or php do_shortcode function from any theme php file.

FAQs:
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"]' ); ?>
Note: Replace “xxx” with your actual shortcode ID.