Template Shortcodes by slug #16898
bkjproductions
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently you can insert an Elementor template into regular WP content (even in the Classic editor) using a shortcode that has the ID of the template, such as
[elementor-template id="123"]This is needlessly obscure. It should be just as easy to use the template's slug:
[elementor-template id="my-slug"]All reactions