Home › Forums › Support › Remove category title and description This topic has 5 replies, 3 voices, and was last updated 2 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 7, 2023 at 3:11 pm #2601557 Alex Hi, I’d like to use a Hook for Category archive title and description and I’d need to disable the main ones. Is this possible? April 7, 2023 at 3:15 pm #2601562 YingStaff Customer Support Hi Alex, If you are using a block element – page hero for the title and description, then there’s a built-in option to disable the default title in the element itself: https://docs.generatepress.com/article/block-element-page-hero/#disable-title April 7, 2023 at 4:33 pm #2601599 Alex Hi Ying, I’m using a Hook because when I use a Header, I get the block behind the query on the cat archive page. (image URL in private) April 8, 2023 at 2:39 am #2601874 DavidStaff Customer Support Hi there, you can add this PHP Snippet to remove the archive title and description: add_action( 'wp', 'lh_remove_archive_title' ); function lh_remove_archive_title() { remove_action( 'generate_archive_title', 'generate_archive_title' ); } How to add PHP: https://docs.generatepress.com/article/adding-php/ April 8, 2023 at 5:31 am #2601992 Alex Thank you David April 10, 2023 at 2:53 am #2603780 DavidStaff Customer Support You’re welcome 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