Archived topic
want to removie Category Name and Description top of page
3 replies · Started by vara prasad on May 28, 2020
Viewing posts 1–4 of 4
Hi :)
useing GeneratePress with Dispatch theam
i want to removie Category Name and Description that showing on every page top can you plz help about it
Hi there,
add this PHP Snippet to your site:
add_action( 'wp', 'lh_remove_archive_title' );
function lh_remove_archive_title() {
remove_action( 'generate_archive_title', 'generate_archive_title' );
}
Adding PHP:
https://docs.generatepress.com/article/adding-php/
Thank you so much
response to my inquiry. I appreciate the information you have provided me with, and I appreciate your prompt reply the code works grate
You're welcome - glad to be of help
This archived topic is closed to new replies.