Shortcodes Elementor
Add Elemenntor layouts using shortcodes.
by Nikhil Chavan · github.com/nikschavan/shortcodes-elementor · website
★ 5stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nikschavan/shortcodes-elementor/archive/refs/heads/master.zipAdd Elemenntor layouts using shortcodes.
Description
Add Pages or templates created using Elementor page builder using a shortcode.
[elementor_add_template id='']
id - ID of the page or template created using elementor page builder.
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>in your templates
Changelog
1.0
- Initial Release