Hello Krasitta,
I had the same issue and found a way to remove the read more from post. It’s not that technical and all you have to do is remove the following lines from the index.php (back it up first)
“><?php _e(‘Read More’, ‘evolve’); ?>
“><?php _e(‘Read More’, ‘evolve’); ?>
<?php the_content(__(‘Read More »’, ‘evolve’)); ?>