WordPress Issues : Paragraph tag <p> disappears after publishing the article?

No worries..

You just need to modify the loop file and find this line

<?php the_content(); ?>

and replace it with

<?php echo wpautop( $post -> post_content ); ?>

Thats it!!! 😀

More Articles & Posts