📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 01:37:52
📂
/ (Root)
/
home
/
xeqi7597
/
en.claireduwig.com
/
wp-content
/
themes
/
blankslate
📍 /home/xeqi7597/en.claireduwig.com/wp-content/themes/blankslate
🔄 Refresh
✏️
Editing: single.php
Writable
<?php get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'entry' ); ?> <?php if ( comments_open() && !post_password_required() ) { comments_template( '', true ); } ?> <?php endwhile; endif; ?> <footer class="footer"> <?php get_template_part( 'nav', 'below-single' ); ?> </footer> <?php get_footer(); ?>
💾 Save Changes
❌ Cancel