HEX
Server: Microsoft-IIS/10.0
System: Windows NT WIN8095 10.0 build 20348 (Windows Server 2016) AMD64
User: kytoffice-001 (0)
PHP: 7.4.30
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source
Upload Files
File: h:/root/home/kytoffice-001/www/expresstinou/wp-content/themes/home_1772500334/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(); ?>