Home › Forums › Pro Support › Some suggestions (you might already have solutions for?) › Reply To: Some suggestions (you might already have solutions for?)
November 6, 2017 at 11:56 am
#2907
Keymaster
Yea, you could do this:
if ( ! function_exists( 'wpsp_excerpt' ) ) {
function wpsp_excerpt( ) {
$content = get_post_meta( get_the_ID(), 'wpsp_excerpt', true );
echo $content;
}
}
Glad you found a solution! 🙂