Posted inElementor
How to Call Elementor Template in Custom WordPress Template
To call Elementor Template in your Custom Template Use Below Code Insert the Template via PHP Code <?php /* Template Name: My Custom Page */ echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display(1234); // Replace 1234…