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!!! 😀



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!!! 😀