Only show content before more tag
I am using the Siren Template. In homepage.php this code is used to display the portfolio content
print_excerpt(200);
But I to need show the content only before !--more--
I have used this:
the_content( $more_link_text, FALSE);
but it is not working. It shows all the content
Topic the-content read-more Wordpress
Category Web