Home › Forums › Support › No duplicate taxonomy description This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 4, 2023 at 1:51 pm #2555763 Anna Hello! Look… Now I have taxonomy description on every pagination page category ot tag. for example: https://shpargalka.work/ferma/ also someone description duplicate on https://shpargalka.work/ferma/page/2/ on every newxt /paged/2/ I need have description on one first page only https://shpargalka.work/ferma/ here. And hide for all /paged/….. How to fixed this is? Thanks Best Regards Alena March 4, 2023 at 5:36 pm #2555856 LeoStaff Customer Support Hi there, This PHP snippet should work: add_action( 'wp', function() { if ( is_paged() ) { remove_action( 'generate_after_archive_title', 'generate_do_archive_description' ); } } ); Learn how to add PHP: https://docs.generatepress.com/article/adding-php/ March 14, 2023 at 3:43 pm #2567845 Anna Thanks you! This is work! March 15, 2023 at 9:44 am #2568838 LeoStaff Customer Support No problem 🙂 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