/home/bonphmya/topcontenedor.com/wp-content/themes/digitaz/single-elementor_library.php
<?php

get_header(); ?>

    <div id="primary" class="content-area">
        <main id="main" class="site-main">

            <?php
            while ( have_posts() ) :
                the_post();

                do_action( 'digitaz_single_post_before' );

                get_template_part( 'content', 'single' );

                do_action( 'digitaz_single_post_after' );

            endwhile; // End of the loop.
            ?>

        </main><!-- #main -->
    </div><!-- #primary -->

<?php
get_footer();