[Support request] Category name

Home Forums Support [Support request] Category name

Home Forums Support Category name

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #583141
    bradborland

    How do I get rid of the word “Articles” at the top of my category page:

    http://bradborland.com/category/articles/

    #583160
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #583449
    bradborland

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

    #583469
    David
    Staff
    Customer Support

    Hi Brad,

    Yes, that is the easiest way to add the snippets for reference its this:

    https://wordpress.org/plugins/code-snippets/

    #583530
    bradborland

    Thanks! It worked!

    Thanks for all your help the last few days.

    #583534
    David
    Staff
    Customer Support

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

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