• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2784

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Consultation
  • Full Access
  • Log in

Remove Archive Title Without Removing The Description

This code removes the archive title from one or more archives and only displays the description. You could easily use CSS with display: none; like this:

.category-1 .archive-title {
    display: none;
}

However, you might prefer a PHP solution where you can use conditional tags.

Before:

title-and-description

After:

remove-title

Here’s the code for logged in members:

Register for full access

Related Tutorials

  • How To Remove Title & Description From Archive Pages in Genesis

Reader Interactions

Comments

  1. Cathy Earle says

    July 24, 2016 at 5:48 pm

    Genius! Thank you so much.

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.