Home › Forums › Pro Support › Show terms above post title? › Reply To: Show terms above post title?
October 4, 2018 at 7:57 pm
#6107
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 🙂