'elementor_library', 'name' => $template_slug ]); if ($template) { $template_id = $template[0]->ID; echo Elementor\Plugin::instance()->frontend->get_builder_content($template_id); } else { // Default content while (have_posts()) : the_post(); the_content(); endwhile; } ?>