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?

#14844
Bas
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 );
    }
} );