Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Category description repeated

  • premiumdomainnames

    Hi there, The category description is being repeated above and below posts.

    I have a category description hook and I imagine I’ve not disabled the one below the posts.

  • Hi there,

    the one below the posts is coming from the GP Block Element titled: Category Description
    You can remove that element if that one is the issue.

    Let me know.

  • premiumdomainnames

    Sorry it’s the one at the top that I want to disable, as wanted the posts at the top

  • 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' );
    } 
  • premiumdomainnames

    Excellent that worked! Thank you

  • Glad to hear that!

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