MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/artinside/public_html/raquel/themes/web/blog.php
<?php $v->layout("_theme");
$v->insert("views/page-title", ["pageTitle" => $pageTitle, "breadcrumb" => $breadcrumb]);
?>
<section id="content">

    <div class="content-wrap">
        <div class="container mb-6">
            <div class="heading-block mw-xs mx-auto text-center mb-6">
                <h5 class="font-body text-uppercase ls2 color-2">Ăšltimas Postagens</h5>
                <h3 class="color nott ls0">Veja meus posts no instagram</h3>
            </div>
            <div data-mc-src="8323fc4b-15d2-46d9-a712-54a7a4e9c7b7#instagram"></div>

            <script
                    src="https://cdn2.woxo.tech/a.js#63ff78a0f4cc9e4f9aba26b0"
                    async data-usrc>
            </script>

        </div>
        <?php if($paginator):?>
            <div class="clear"></div>
            <div class="row mt-5">
                <div class="col-12"> <?= $paginator; ?></div>

            </div>

        <?php endif; ?>



        <?php $v->insert("views/newsletter-widget-2"); ?>
    </div>


</section><!-- #content end -->