/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
themes
/
Bridge100
/
bridge
/
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge
mkdir
upload
Name
Size
Mode
Actions
css/
-
0755
rm
export/
-
0755
rm
extendvc/
-
0755
rm
framework/
-
0755
rm
img/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
languages/
-
0755
rm
licence/
-
0755
rm
plugins/
-
0755
rm
templates/
-
0755
rm
tribe-events/
-
0755
rm
vc_templates/
-
0755
rm
widgets/
-
0755
rm
woocommerce/
-
0755
rm
404.php
1714
0644
edit
dl
rm
archive.php
2634
0644
edit
dl
rm
blog-chequered.php
5141
0644
edit
dl
rm
blog-compound.php
4895
0644
edit
dl
rm
blog-gallery.php
3106
0644
edit
dl
rm
blog-headlines.php
4756
0644
edit
dl
rm
blog-large-image-simple.php
4685
0644
edit
dl
rm
blog-large-image-whole-post.php
4632
0644
edit
dl
rm
blog-large-image-with-dividers.php
4684
0644
edit
dl
rm
blog-large-image.php
4670
0644
edit
dl
rm
blog-masonry-date-in-image.php
5212
0644
edit
dl
rm
blog-masonry-full-width-date-in-image.php
3104
0644
edit
dl
rm
blog-masonry-full-width.php
3089
0644
edit
dl
rm
blog-masonry-gallery.php
3163
0644
edit
dl
rm
blog-masonry.php
5196
0644
edit
dl
rm
blog-pinterest.php
5198
0644
edit
dl
rm
blog-small-image.php
4961
0644
edit
dl
rm
blog-vertical-loop.php
2673
0644
edit
dl
rm
category.php
2428
0644
edit
dl
rm
changes.txt
93197
0644
edit
dl
rm
comments.php
3313
0644
edit
dl
rm
contact-page.php
8375
0644
edit
dl
rm
event-template.php
3779
0644
edit
dl
rm
footer.php
14990
0644
edit
dl
rm
full_screen.php
3497
0644
edit
dl
rm
full_width.php
4722
0644
edit
dl
rm
functions.php
110431
0644
edit
dl
rm
header.php
5888
0644
edit
dl
rm
home.php
2683
0644
edit
dl
rm
index.php
2811
0644
edit
dl
rm
landing_page.php
10507
0644
edit
dl
rm
page.php
5214
0644
edit
dl
rm
rtl.css
26487
0644
edit
dl
rm
screenshot.png
463922
0644
edit
dl
rm
search.php
5279
0644
edit
dl
rm
searchform.php
350
0644
edit
dl
rm
sidebar.php
1479
0644
edit
dl
rm
single-portfolio_page.php
7095
0644
edit
dl
rm
single.php
4429
0644
edit
dl
rm
slider.php
256
0644
edit
dl
rm
style.css
555
0644
edit
dl
rm
theme-includes.php
2675
0644
edit
dl
rm
title.php
37051
0644
edit
dl
rm
toolbar.php
7714
0644
edit
dl
rm
toolbar_examples.php
1932
0644
edit
dl
rm
woocommerce.php
4692
0644
edit
dl
rm
wpml-config.xml
22880
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/comments.php
(3313B)
<div class="comment_holder clearfix" id="comments"> <div class="comment_number"><div class="comment_number_inner"><h5><?php comments_number( __('No Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode')); ?></h5></div></div> <div class="comments"> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'qode' ); ?></p> </div></div> <?php return; endif; ?> <?php if ( have_comments() ) : ?> <ul class="comment-list"> <?php wp_list_comments( array_unique( array_merge( array( 'callback' => 'qode_comment' ), apply_filters( 'qode_comments_callback', array() ) ) ) ); ?> </ul> <?php // End Comments ?> <?php else : // this is displayed if there are no comments so far if ( ! comments_open() ) : ?> <!-- If comments are open, but there are no comments. --> <!-- If comments are closed. --> <p><?php _e('Sorry, the comment form is closed at this time.', 'qode'); ?></p> <?php endif; ?> <?php endif; ?> </div></div> <?php $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit_comment', 'title_reply'=>'<h5>'. __( 'Post A Comment','qode' ) .'</h5>', 'title_reply_to' => __( 'Post A Reply to %s','qode' ), 'cancel_reply_link' => __( 'Cancel Reply','qode' ), 'label_submit' => __( 'Submit','qode' ), 'comment_field' => apply_filters( 'qode_comment_form_textarea_field', '<textarea id="comment" placeholder="' . esc_html__( 'Write your comment here...', 'qode' ) . '" name="comment" cols="45" rows="8" aria-required="true"></textarea>' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="three_columns clearfix"><div class="column1"><div class="column_inner"><input id="author" name="author" placeholder="'. __( 'Your full name','qode' ) .'" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '"' . $aria_req . ' /></div></div>', 'email' => '<div class="column2"><div class="column_inner"><input id="email" name="email" placeholder="'. __( 'E-mail address','qode' ) .'" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '"' . $aria_req . ' /></div></div>', 'url' => '<div class="column3"><div class="column_inner"><input id="url" name="url" type="text" placeholder="'. __( 'Website','qode' ) .'" value="' . esc_attr( $commenter['comment_author_url'] ) . '" /></div></div></div>', 'cookies' => '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . '<label for="wp-comment-cookies-consent">' . __( 'Save my name, email, and website in this browser for the next time I comment.', 'qode' ) . '</label></p>', ) ) ); $args = apply_filters( 'qode_comment_form_final_fields', $args ); ?> <div class="comment_pager"> <p><?php paginate_comments_links(); ?></p> </div> <div class="comment_form"> <?php comment_form($args); ?> </div>
Save
cmd:
run