[Resolved] want to removie Category Name and Description top of page

Home Forums Support [Resolved] want to removie Category Name and Description top of page

Home Forums Support want to removie Category Name and Description top of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1305876
    vara prasad

    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

    plz look at image you can understand

    #1306054
    David
    Staff
    Customer Support

    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/

    #1306124
    vara prasad

    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

    #1306221
    David
    Staff
    Customer Support

    You’re welcome – glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.