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/single.php
<?php get_header(); ?>

<div class="content-wrapper single-post-wrapper">
    <main id="main" class="site-main single-post-main">
        <?php
        while ( have_posts() ) : the_post();

            simple_modern_set_post_views(get_the_ID());
            
            get_template_part( 'template-parts/content', 'single' );

            if ( comments_open() || get_comments_number() ) :
                comments_template();
            endif;

        endwhile; // End of the loop.
        ?>
    </main><!-- #main -->
    
    <!-- Right Sidebar TOC -->
    <aside class="toc-sidebar">
        <div id="table-of-contents" class="toc-container">
            <div class="toc-header">
                <h3 class="toc-title"></h3>
                <button class="toc-toggle" aria-label="">
                    <span class="toc-toggle-icon">−</span>
                </button>
            </div>
            <nav class="toc-nav">
                <ol class="toc-list" id="toc-list">
                </ol>
            </nav>
        </div>
    </aside>
</div><!-- .content-wrapper -->

<?php get_footer(); ?>