HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/page.php
<?php get_header(); ?>

<div class="content-wrapper single-post-wrapper">
    <main id="main" class="site-main single-post-main">
        <?php
        if ( have_posts() ) :
            while ( have_posts() ) : the_post();
                the_title('<h1>', '</h1>'); // Use h1 for page titles as well
                the_content();
            endwhile;
        else :
            echo '<p>' . esc_html__( 'No articles found', 'simple-modern' ) . '</p>';
        endif;
        ?>
    </main>
</div>

<?php get_footer(); ?>