WP SITES

3082 Coded Tutorials & 285 Plugins

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

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

  1. Cathy Earle Avatar
    Cathy Earle

    Genius! Thank you so much.

Leave a Reply

New Plugins