Just wondering if it is possible pass the value of the_excerpt to a variable instead of printing it to the screen?
Just wondering if it is possible pass the value of the_excerpt to a variable instead of printing it to the screen?
Believe this should work:
$my_excerpt = get_the_excerpt();
This topic has been closed to new replies.