X7ROOT File Manager
Current Path:
/home/bloomi9/realworks1.com/wp-content/themes/realhomes
home
/
bloomi9
/
realworks1.com
/
wp-content
/
themes
/
realhomes
/
📁
..
📁
168631
📄
404.php
(149 B)
📄
archive-agency.php
(1023 B)
📄
archive-agent.php
(1019 B)
📄
archive-property.php
(152 B)
📄
archive.php
(146 B)
📁
assets
📄
author.php
(139 B)
📄
comments.php
(4.84 KB)
📁
common
📄
footer.php
(2.36 KB)
📁
framework
📄
functions.php
(47.18 KB)
📄
header.php
(1.4 KB)
📄
index.php
(139 B)
📁
languages
📄
page.php
(135 B)
📄
readme.md
(1.14 KB)
📄
readme.txt
(537 B)
📄
screenshot.png
(71.76 KB)
📄
search.php
(144 B)
📄
sidebar-agency.php
(162 B)
📄
sidebar-agent.php
(145 B)
📄
sidebar-contact.php
(213 B)
📄
sidebar-optima-express.php
(227 B)
📄
sidebar-pages.php
(145 B)
📄
sidebar-property-listing.php
(167 B)
📄
sidebar-property.php
(151 B)
📄
sidebar.php
(140 B)
📄
single-agency.php
(167 B)
📄
single-agent.php
(148 B)
📄
single-property.php
(148 B)
📄
single.php
(148 B)
📄
style.css
(1.05 KB)
📄
taxonomy-agency-location.php
(192 B)
📄
taxonomy-agent-location.php
(189 B)
📄
taxonomy-property-city.php
(167 B)
📄
taxonomy-property-feature.php
(169 B)
📄
taxonomy-property-status.php
(167 B)
📄
taxonomy-property-type.php
(163 B)
📁
templates
📄
woocommerce.php
(158 B)
📄
wpml-config.xml
(30.67 KB)
Editing: comments.php
<?php /** * Template for displaying Comments * * @package realhomes */ global $post; ?> <div id="comments"> <?php if ( post_password_required() ) { ?> <p class="nopassword"><?php esc_html_e( 'This post is password protected. Enter the password to view comments.', 'framework' ); ?></p> </div> <?php return; } if ( have_comments() ) { ?> <div class="rh_comments__header"> <h3 id="comments-title"> <?php if ( 'ultra' !== INSPIRY_DESIGN_VARIATION ) { ?> <i class="fas fa-comments" aria-hidden="true"></i> <?php } ?> <?php comments_number( esc_html__( 'No Comment', 'framework' ), esc_html__( '1 Comment', 'framework' ), esc_html__( '% Comments', 'framework' ) ); ?> </h3> <?php if ( 'property' === $post->post_type && 'true' === get_option( 'inspiry_property_ratings', 'false' ) ) { ?> <div class="inspiry_rating_right"> <?php inspiry_rating_average(); ?> </div> <?php } ?> </div> <ol class="commentlist"> <?php wp_list_comments( array( 'callback' => 'theme_comment', ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?> <nav class="pagination comments-pagination"> <?php paginate_comments_links(); ?> </nav> <?php } } if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) { ?><p class="nocomments"><?php esc_html_e( 'Comments are closed.', 'framework' ); ?></p><?php } if ( 'ultra' === INSPIRY_DESIGN_VARIATION ) { $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $required_text = ' '; $args = array( 'id_form' => 'commentform', 'class_form' => 'comment-form rh-ultra-form rh-property-comment-form', 'class_submit' => 'rh-ultra-filled-button rh-ultra-button submit-button', 'id_submit' => 'rh-ultra-button', 'title_reply' => esc_html__( 'Leave a Reply', 'framework' ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'framework' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply', 'framework' ), 'label_submit' => esc_html__( 'Post Comment', 'framework' ), 'comment_notes_before' => '<p class="comment-notes">' . esc_html__( 'Your email address will not be published. ', 'framework' ) . ( $req ? $required_text : '' ) . '</p>', 'comment_field' => '<div class="rh-ultra-form-field"><label for="comment">' . esc_html__( 'Comment', 'framework' ) . '</label><p class="comment-form-comment rh-ultra-form-field-wrapper rh-ultra-form-textarea"><label for="comment">' . file_get_contents( get_theme_file_path( '/assets/ultra/icons/message.svg' ) ) . '</label>' . '<textarea id="comment" required="required" class="form-control rh-ultra-field" ' . $aria_req . ' name="comment" cols="45" rows="8" aria-required="true" placeholder="' . esc_html__( 'Your comment', 'framework' ) . '">' . '</textarea></p></div>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="rh-ultra-fields-split"><div class="rh-ultra-form-field"><label for="author">' . esc_html__( 'Name', 'framework' ) . '</label><p class="comment-form-author rh-ultra-form-field-wrapper"><label for="author">' . file_get_contents( get_theme_file_path( '/assets/ultra/icons/user.svg' ) ) . '</label>' . '<input id="author" required="required" name="author" type="text" class="form-control rh-ultra-field" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' placeholder="' . esc_html__( 'Your name', 'framework' ) . '"/> </p></div>', 'email' => '<div class="rh-ultra-form-field"><label for="email">' . esc_html__( 'Email', 'framework' ) . '</label><p class="comment-form-email rh-ultra-form-field-wrapper"><label for="email">' . file_get_contents( get_theme_file_path( '/assets/ultra/icons/email.svg' ) ) . '</label>' . '<input id="email" required="required" name="email" type="text" class="form-control rh-ultra-field" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' placeholder="' . esc_html__( 'Your email', 'framework' ) . '" /></p></div></div>', 'url' => '<div class="rh-ultra-form-field"><label for="url">' . esc_html__( 'Website', 'framework' ) . '</label><p class="comment-form-url rh-ultra-form-field-wrapper"><label for="email">' . file_get_contents( get_theme_file_path( '/assets/ultra/icons/globe.svg' ) ) . '</label>' . '<input id="url" name="url" type="text" class="form-control rh-ultra-field" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" placeholder="' . esc_html__( 'Your website', 'framework' ) . '"/></p></div>' ) ), ); comment_form( $args ); } else { comment_form(); } ?> </div><!-- end of comments -->
Upload File
Create Folder