Show excerpt on the same page post in WordPress

How do I show the excerpt in the same post is page?

Example:

Read More
<?php
if ( the_excerpt() != '' ) {
echo $my_excerpt; 
}
?>

But this does not work!

Related posts

Leave a Reply

1 comment