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 Show terms above post title? Reply To: Show terms above post title?

#6107
Tom
Keymaster

Hey Chris,

Set it to below the title, then add this function:

add_action( 'wpsp_before_title', function( $settings ) {
    wpsp_meta( 'below-title', $settings );
} );

Let me know 🙂