We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Some suggestions (you might already have solutions for?) Reply To: Some suggestions (you might already have solutions for?)

#2907
Tom
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! 🙂