same issue elementor, the_content
when i place the code in the template.homepage.php, elementor does not start when selected.
can someone guide me? where does the code go exactly?
<div class=”page-content”>
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
-/other code
<main class=”page-wrap-single-page main” role=”main”>
<?php the_content(); ?>
</main><?php