1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'pingback', 'short_ping' => true, 'avatar_size'=> 120, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'; $fields['email'] = ''; $fields['url'] = '
'; $comments_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '
', 'title_reply' => '
'. esc_html__( 'Leave A Comment', 'artcela' ) .'
' , 'title_reply_to' => '
'. esc_html__( 'Leave A Comment', 'artcela' ) .'
', /* translators: 1: number of comments, 2: post title */ 'must_log_in' => '

' . sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a comment.', 'artcela' ), '', '' ) . '

', /* translators: 1: name, 2: logout*/ 'logged_in_as' => '

' . sprintf( esc_html__( 'Logged in as %1$s. %2$sLog out »%3$s', 'artcela' ), '' . $user_identity . '', '', '' ) . '

', 'comment_notes_before' => '', 'id_submit' => 'comment-submit', 'class_submit' => 'button', 'label_submit' => esc_html__( 'Leave a Comment', 'artcela' ), ); ?>