Файловый менеджер - Редактировать - /home/barghamad/public_html/wp-content/themes/multinews/comments.php
Назад
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to twentytwelve_comment() which is * located in the functions.php file. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) return; ?> <section id="comments" class="post-section-box"> <?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : ?> <header class="post-section-title"><h2> <?php printf( _n( '1 Comment', '%1$s Comments', get_comments_number(), 'framework' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h2></header> <ol class="comment-list"> <?php wp_list_comments( array( 'callback' => 'mom_comment', 'style' => 'ol' ) ); ?> </ol><!-- .commentlist --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> <nav id="comment-nav-below" class="navigation" role="navigation"> <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'framework' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'framework' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'framework' ) ); ?></div> </nav> <?php endif; // check for comment navigation ?> <?php /* If there are no comments and comments are closed, let's leave a note. * But we only want the note on posts and pages that had comments in the first place. */ if ( ! comments_open() && get_comments_number() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.' , 'framework' ); ?></p> <?php endif; ?> <?php endif; // have_comments() ?> <?php $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $args = array( 'id_form' => 'commentform', 'id_submit' => 'comment-submit', 'title_reply' => '<header class="post-section-title"><h2>'.__( 'Leave a Reply', 'framework' ).'</h2></header>', 'title_reply_to' => __( 'Leave a Reply to %s', 'framework' ), 'cancel_reply_link' => __( 'Cancel Reply', 'framework' ), 'label_submit' => __( 'Post Comment', 'framework' ), 'comment_field' => '<p class="comment-form-comment"><textarea id="comment" placeholder="'.__('Comment...', 'framework').'" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>', 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>', 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'وارد شده به عنوان <a href="%1$s">%2$s</a>. <a href="%3$s" title="خارج شدن از این حساب">خارج میشوید؟</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<input id="author" name="author" type="text" placeholder="'.__('Your Name (required):', 'framework').'" value="' . esc_attr( $commenter['comment_author'] ) . '"' . $aria_req . ' />', 'email' => '<input id="email" name="email" type="text" placeholder="'.__('Email (required):', 'framework').'" value="' . esc_attr( $commenter['comment_author_email'] ) . '"' . $aria_req . ' />', 'url' => '<input id="url" name="url" type="text" placeholder="'.__('Website:', 'framework').'" value="' . esc_attr( $commenter['comment_author_url'] ) . '" />' ) ) ); ?> <?php comment_form($args); ?> </section><!-- #comments .comments-area -->
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка