[Resolved] Change Category Appearance

Home Forums Support [Resolved] Change Category Appearance

Home Forums Support Change Category Appearance

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #714277
    Victor

    Hi guys,

    When visiting a category page, is it possible for the ‘category description text’ to appear below the related posts, instead of above?

    Thanks!

    #714969
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    add_action( 'after_setup_theme', function() {
        remove_action( 'generate_archive_title', 'generate_archive_title' );
        add_action( 'generate_after_main_content', 'generate_archive_title' );
    } );

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #716062
    Victor

    Works great, much appreciated Tom!

    All the best!

    #716080
    Tom
    Lead Developer
    Lead Developer

    Glad I could help 🙂

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