Site logo

Archived topic

Category name

5 replies · Started by bradborland on May 23, 2018

Viewing posts 1–6 of 6

Hi there,

Try adding this function:

add_action( 'after_setup_theme', 'tu_remove_archive_title' );
function tu_remove_archive_title() {
    remove_action( 'generate_archive_title', 'generate_archive_title' );
}

Adding PHP: https://docs.generatepress.com/article/adding-php/

Let me know :)

Am I to add the Code Snippets plugin? This is reference to the link that was shared.

Thanks! It worked!

Thanks for all your help the last few days.

Great to hear that. And you're very welcome!

This archived topic is closed to new replies.