'; if (have_posts()) { while (have_posts()) { $post_id = get_the_id(); the_post(); echo '
'; the_content(); echo '
'; echo '
'; if (get_comments_number() != '0') { echo '

'; comments_number('', '1 ' . esc_html__('Comment', 'apadana') . '', '% ' . esc_html__(' Comments', 'apadana') . ''); echo '

'; comments_template(); } if (comments_open()) { echo '
'; $comment_form_fields = array( 'author' => '
', 'email' => '
', ); $comment_form_arg = array( 'fields' => apply_filters('comment_form_default_fields', $comment_form_fields), 'title_reply' => esc_html__('Write a Comment', 'apadana'), 'title_reply_to' => esc_html__('Leave a Reply to %s', 'apadana'), 'cancel_reply_link' => esc_html__('Cancel', 'apadana'), 'comment_field' => '
', 'must_log_in' => '', 'label_submit' => esc_html__('Submit', 'apadana') ); comment_form($comment_form_arg); echo '
'; } echo '
'; } } echo "
"; get_footer();