Home › Forums › Pro Support › Show terms above post title? › Reply To: Show terms above post title?
April 16, 2020 at 2:00 pm
#14844
Participant
Hi Tom,
I’m using the snippet below you posted in this thread.
Is it possible to add more list ID’s to the snippet?
add_action( 'wpsp_before_title', function( $settings ) {
if ( 10 === $settings['list_id'] ) {
wpsp_meta( 'below-title', $settings );
}
} );