HEX
Server: LiteSpeed
System: Linux catuipe.dhs10.info 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: paradatacom (1125)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/paradatacom/public_html/wp-content/themes/izeetak/single-project.php
<?php get_header(); ?>
    <div id="content-wrap" class="izeetak-container">
        <?php while ( have_posts() ) : the_post(); ?>
            <div id="site-content" class="site-content clearfix">
                <div id="inner-content" class="inner-content-wrap">
                
                    <?php get_template_part( 'templates/project-single' ); ?>

                    <?php
                    if ( comments_open() || get_comments_number() )
                        comments_template( '', true );
                    ?>
                
                </div><!-- /#inner-content -->
            </div><!-- /#site-content -->
        <?php endwhile; ?>

        <?php get_sidebar(); ?>
    </div><!-- /#content-wrap -->
<?php get_footer(); ?>