Archived topic
Remove Category Page Description From Category Subpages
20 replies · Started by Yomi on July 19, 2016
Viewing posts 16–21 of 21
Right now it's difficult to remove the taxonomy description with PHP, unfortunately. I'll make it removable in GP 2.3 :)
I love GeneratePress :)
waiting for 2.3
Hi, any news regarding this topic ?
I'm trying to disable taxonomy-description on archive pages, hoped I could do it with "Disable elements" but I don't have this option...
Thanks.
Hi there,
Try this:
add_action( 'wp', function() {
remove_action( 'generate_after_archive_title', 'generate_do_archive_description' );
} );
Thanks, it worked as expected !
You're welcome :)
This archived topic is closed to new replies.