Home › Forums › Support › How to display category title and description on the root page only? This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 7, 2023 at 5:49 am #2600800 vincenteccl Hi! I want to display the category page title and description ONLY on the first page of the archive, but not paginated pages 2,3,4 etc. Right now, the archive title and description are on every page. How to change that? Thanks. April 7, 2023 at 7:54 am #2601059 DavidStaff Customer Support Hi there, try adding this PHP Snippet to your site: add_action( 'wp', function() { if ( is_paged() ) { remove_action( 'generate_after_archive_title', 'generate_do_archive_description' ); } } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ April 7, 2023 at 8:23 am #2601119 vincenteccl Thanks. It works!! April 8, 2023 at 2:19 am #2601856 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In