HEX
Server: Apache
System: Linux mx52.hostgator.mx 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
User: narrativ (1644)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home4/narrativ/public_html/wp-content/themes/jnews/page-shop.php
<?php
get_header();
?>
    <div class="jeg_main">
        <div class="jeg_container">
            <div class="jeg_content jeg_singlepage">
                <div class="container">
                    <?php
                    the_post();
                    the_content();
                    ?>
                </div>
            </div>
            <?php do_action('jnews_after_main'); ?>
        </div>
    </div>
<?php get_footer();