Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
wp-content
/
themes
/
neve
/
Filename :
comments.php
back
Copy
<?php /** * The template for displaying comments. * * @package neve */ if ( post_password_required() ) { return; } ?> <div id="comments" class="<?php echo esc_attr( apply_filters( 'neve_comments_area_class', 'comments-area' ) ); ?>"> <?php do_action( 'neve_do_comment_area' ); ?> </div>