🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:15:54 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
template-parts
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/template-parts
🔄 Refresh
✏️
Editing: single.php
Writable
<div class="row_site"> <div class="container_site"> <div id="main-content" class="main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content-post' ); if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; else : get_template_part( 'template-parts/post/content-none' ); endif; ?> </div> <?php get_sidebar(); ?> </div> </div>
💾 Save Changes
❌ Cancel