'commentform', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => sprintf( '
', $required, esc_attr( $commenter['comment_author'] ), $required, __( 'Name', 'pagelines-foundation' ) ), 'email' => sprintf( '
', $required, esc_attr( $commenter['comment_author_email'] ), $required, __( 'Email', 'pagelines-foundation' ) ), 'url' => '' )), 'comment_field' => '
', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'pagelines-foundation' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'class_submit' => 'button', 'submit_button' => '

' ); if (is_user_logged_in()) { $commtarget = '#comment'; } else { $commtarget = '#author'; } $replyargs = array( 'walker' => null, 'max_depth' => '', 'style' => 'ol', 'callback' => 'pagelines_foundation_comment', 'end-callback' => null, 'type' => 'all', 'reply_text' => __( 'Reply', 'pagelines-foundation' ), 'page' => '', 'per_page' => '', 'avatar_size' => 90, 'reverse_top_level' => null, 'reverse_children' => '', 'format' => 'html5', //or xhtml if no HTML5 theme support 'short_ping' => false, 'echo' => true // boolean, default is true ); ?>

' . get_the_title() . '' ); ?>

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>