Site logo

Archived topic

No duplicate taxonomy description

3 replies · Started by Anna on March 4, 2023

Viewing posts 1–4 of 4

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/

Thanks you! This is work!

No problem :)

This archived topic is closed to new replies.