WP Manifestindependent plugin directory
manifest / builders / shortcodes-elementor

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

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

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

Changelog

1.0

  • Initial Release