X7ROOT File Manager
Current Path:
/home/softbdltd/images-bd.com/wp-content87b/themes/eventum-old
home
/
softbdltd
/
images-bd.com
/
wp-content87b
/
themes
/
eventum-old
/
??
..
??
404.php
(729 B)
??
admin
??
author.php
(786 B)
??
blog-fullwidth.php
(985 B)
??
blog-left-sidebar.php
(1.25 KB)
??
blog-right-sidebar.php
(1.27 KB)
??
coming-soon.php
(5.21 KB)
??
comments.php
(3.05 KB)
??
css
??
e-cert.php
(5.36 KB)
??
event-price.php
(13.13 KB)
??
fonts
??
footer-alternative.php
(38 B)
??
footer.php
(6.3 KB)
??
footer.php_backup
(6.74 KB)
??
functions.php
(4.7 KB)
??
header-alternative.php
(661 B)
??
header.php
(12.68 KB)
??
homepage.php
(1.07 KB)
??
images
??
index.php
(792 B)
??
js
??
languages
??
lib
??
page-archive-tmp.php
(2.13 KB)
??
page-left-sidebar.php
(1.76 KB)
??
page.php
(1.5 KB)
??
post-format
??
quick-preset.php
(4.38 KB)
??
quick-style.php
(5.06 KB)
??
registration.php_05_01_2018
(42.04 KB)
??
rtl.css
(2.73 KB)
??
run-details.php
(2.33 KB)
??
screenshot.png
(772 KB)
??
search.php
(695 B)
??
searchform.php
(293 B)
??
sidebar.php
(251 B)
??
single.php
(2.61 KB)
??
style.css
(1.8 KB)
??
theme-options
??
volunteer.php
(8.59 KB)
??
woocommerce
??
woocommerce.php
(688 B)
Editing: comments.php
<?php /* This comments template */ if ( post_password_required() ) return; ?> <div id="comments" class="comments-area comments"> <?php if ( have_comments() ) : ?> <h3 class="comments-title"> <?php comments_number( esc_html__('No Comment', 'eventum' ), esc_html__('One Comments', 'eventum' ), esc_html__('Comment List', 'eventum' ) ); ?> </h3> <ul class="comment-list"> <?php wp_list_comments( array( 'style' => 'ul', 'short_ping' => true, 'callback' => 'themeum_comment', 'avatar_size' => 80 ) ); ?> </ul><!-- .comment-list --> <?php // Are there comments to navigate through? if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav class="navigation comment-navigation" role="navigation"> <h1 class="screen-reader-text section-heading"><?php esc_html_e( 'Comment navigation', 'eventum' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( esc_html__( '← Older Comments', 'eventum' ) ); ?></div> <div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments →', 'eventum' ) ); ?></div> </nav><!-- .comment-navigation --> <?php endif; // Check for comment navigation ?> <?php if ( ! comments_open() && get_comments_number() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.' , 'eventum' ); ?></p> <?php endif; ?> <?php endif; // have_comments() ?> <?php $commenter = wp_get_current_commenter(); $req = sanitize_email(get_option( 'require_name_email' )); $aria_req = ( $req ? " aria-required='true'" : '' ); $fields = array( 'author' => '<div class="col6 col6-input"><input id="author" name="author" type="text" placeholder="'. esc_html__( 'Name', 'eventum' ) .'" value="" size="30"' . esc_attr($aria_req) . '/>', 'email' => '<input id="email" name="email" type="text" placeholder="'. esc_html__( 'Email', 'eventum' ) .'" value="" size="30"' . esc_attr($aria_req) . '/>', 'url' => '<input id="url" name="url" type="text" placeholder="'. esc_html__( 'Website url', 'eventum' ) .'" value="" size="30"/></div>', ); $comments_args = array( 'fields' => $fields, 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '<div class="col6"><textarea id="comment" placeholder="'. esc_html__( 'Comment', 'eventum' ) .'" name="comment" aria-required="true"></textarea></div>', 'label_submit' => 'Send Comment' ); ob_start(); comment_form($comments_args); $search = array('class="comment-form"','class="form-submit"'); $replace = array('class="comment-form"','class="form-submit"'); echo str_replace($search,$replace,ob_get_clean()); ?> </div>
Upload File
Create Folder