Category Archive page showing Category and Category Title as headings

This topic contains 4 replies, has 3 voices, and was last updated by  Naveen Giri 4 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #523281

    spectrum
    Lifetime Member
    Post count: 78

    I’m using a basic Genesis Simple theme.

    Category archive pages are showing two headings:

    Category

    Category Title(per the GD Archive pages settings)

    How can I have only the Category Title showing as the heading?

    Is it a Genesis theme issue and will I need to use CSS to hide?

    #523282

    spectrum
    Lifetime Member
    Post count: 78
    This reply has been marked as private.
    #523283

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #523285

    spectrum
    Lifetime Member
    Post count: 78
    This reply has been marked as private.
    #523412

    Naveen Giri
    Moderator
    Post count: 1559

    Hi spectrum,

    I have added code patch. it’s genesis theme functionality.

    
    add_action('wp_head', 'gd_hide_default_genesis');
    function gd_hide_default_genesis(){
    	remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    }

    Please have a look.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket