芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/comments.php
"; $title_nocomments = (rehub_option('rehub_commenttitle_text') != '') ? rehub_option('rehub_commenttitle_text') : esc_html__('We will be happy to hear your thoughts','rehub-theme'); comments_number($title_nocomments, esc_html__('1 Comment','rehub-theme'), '% ' . esc_html__('Comments','rehub-theme') ); echo "
"; endif; ?> 1) :?>
$postid, 'orderby' => 'comment_date', 'order' => 'DESC', 'update_comment_meta_cache' => false, 'status' => 'approve', ); if ( $user_ID ) { $comment_args['include_unapproved'] = array( $user_ID ); } elseif ( ! empty( $comment_author_email ) ) { $comment_args['include_unapproved'] = array( $comment_author_email ); } $comments_v = get_comments($comment_args); wp_list_comments(array( 'avatar_size' => 50, 'max_depth' => 4, 'style' => 'ul', 'callback' => 'rehub_framework_comments', 'reverse_top_level' => (get_option('comment_order')==='asc' ? 1 : 0), ), $comments_v); unset($comments_v); ?>
'«', 'next_text' => '»')); ?>
</textarea>'; $commenter = wp_get_current_commenter(); comment_form(array( 'comment_field' => $custom_comment_field, 'comment_notes_after' => '', 'logged_in_as' => '', 'comment_notes_before' => '', 'title_reply' => esc_html__('Leave a reply', 'rehub-theme'), 'cancel_reply_link' => esc_html__('Cancel reply', 'rehub-theme'), 'label_submit' => esc_html__('Submit', 'rehub-theme'), 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
', ) ), )); ?>