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

logged in to post a comment','rambo' ), esc_url(site_url( 'wp-login.php' )) . '?redirect_to=' . urlencode(esc_url(get_permalink())) ); ?>

'

', 'email' => '

', 'website'=> '

', ); function rambo_comment_fields($rambo_fields) { return $rambo_fields; } add_filter('comment_form_default_fields','rambo_comment_fields'); $rambo_defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $rambo_fields ), 'comment_field' => ' ', 'logged_in_as' => '

' . esc_html__("Logged in as",'rambo').' '.''.$user_identity.''. ''.' '.esc_html__("Logout",'rambo').'' . '

', 'id_submit' => 'comment_btn', 'label_submit' =>esc_html__('Send Message','rambo'), 'comment_notes_after' => '', 'title_reply' => '

'.esc_html__('Leave a Reply','rambo').'

', 'id_form' => 'action' ); comment_form($rambo_defaults);?>