Home › Forums › Pro Support › Place category above Title Tagged: categories This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by elvin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 21, 2021 at 11:09 am #27097 DaveParticipant I would like to place the category above the title but below the featured image using the Base Card. Is there a way to do this? Cheers, Dave February 21, 2021 at 11:35 pm #27121 elvinModerator Hi there, It’s defintely possible. Add this PHP snippet: add_action('wpsp_before_title',function(){ echo get_the_term_list( get_the_ID(), 'category', '', apply_filters( 'wpsp_term_separator', ', ' ) ); }); And make sure the “Include terms” is unchecked on the WPSP list’s Meta Tab setting so there’s no duplicate display. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In