' . '' . '' . __( 'Your Name' , 'themify' ) . ' ' . ( $req ? '*' : '' ) . '
' . '' . '' . __( 'Your Email' , 'themify' ) . ' ' . ( $req ? '*' : '' ) . '
' . '' . '' . __( 'Your Website' , 'themify' ) . ' ' . '
' . '' . '
' . sprintf( __( 'Logged in as %2$s. Log out?' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>' . '' . ' ' . ( $req ? '*' : '' ) . '
', 'email' => '' . '' . ' ' . ( $req ? '*' : '' ) . '
', 'url' => '' . '' . ' ' . '
') ), 'comment_field' => '' . '' . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'title_reply' => __( 'Leave a Reply' , 'themify' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'cancel_reply_link' => __( 'Cancel' , 'themify' ), 'label_submit' => __( 'Post Comment' , 'themify' ), ); comment_form($custom_comment_form); ?>