[Resolved] Remove Category Page Description From Category Subpages

Home Forums Support [Resolved] Remove Category Page Description From Category Subpages

Home Forums Support Remove Category Page Description From Category Subpages

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #819847
    Tom
    Lead Developer
    Lead Developer

    Right now it’s difficult to remove the taxonomy description with PHP, unfortunately. I’ll make it removable in GP 2.3 πŸ™‚

    #820242
    Dmitry Bychenko

    I love GeneratePress πŸ™‚
    waiting for 2.3

    #1515755
    Eroan

    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.

    #1516611
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    add_action( 'wp', function() {
        remove_action( 'generate_after_archive_title', 'generate_do_archive_description' );
    } );
    #1517230
    Eroan

    Thanks, it worked as expected !

    #1518021
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.