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:

Related Tutorials


Comments

One response to “Remove Archive Title Without Removing The Description”

  1. Genius! Thank you so much.

Leave a Reply

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.