Home › Forums › Support › display tags under the title This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 16, 2022 at 11:04 pm #2419038 takkularapsis Hi, I would like to move tags to under the title. I have tryis php snippets i found from forum but had no luck with it. November 17, 2022 at 12:12 am #2419100 Fernando Customer Support Hi Takkularapsis, Which location are you wanting to place it in? Is it under the Headline in the Page Hero or under this one?: https://share.getcloudapp.com/jkuOdb2P November 17, 2022 at 12:31 am #2419108 takkularapsis Hi, Thanks, Yes, under that one. November 17, 2022 at 12:39 am #2419115 Fernando Customer Support Which one? Under the Headline in the Page Hero or the screenshot I shared? November 17, 2022 at 12:42 am #2419119 takkularapsis Sorry, yes i knew it wasnt clear 🙂 So under screenshot you shared. November 17, 2022 at 12:59 am #2419141 Fernando Customer Support I see. Thank you for clarifying. Can you try adding this Snippet?: add_filter( 'generate_header_entry_meta_items', function() { return array( 'author', 'date', 'categories', 'tags', ); } ); add_filter( 'generate_footer_entry_meta_items', function( $items ) { return array_diff( $items, [ 'categories', 'tags' ] ); } ); Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In