🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 01:05:39 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
graceful
/
template-parts
/
single
📍 /home/eliteewa/public_html/wp-content/themes/graceful/template-parts/single
🔄 Refresh
✏️
Editing: post-comments.php
Writable
<?php /** * Template part for Single Post Comments * * @package Graceful */ // Load the comment template only if comments are open or if there is atleast one comment. if ( comments_open() || get_comments_number() ) { ?> <div class="comments-area" id="comments"> <?php comments_template( '', true ); ?> </div> <?php }
💾 Save Changes
❌ Cancel