• Resolved droyed

    (@droyed)


    Hi @twentig

    I would like to know how do I hide the “Category:” from Category pages.

    Also, I would like to include the Category Description under the Category title, followed by the posts. So it would look like:

    1. Category Title (without the Category: prefix),
    2. A description of what that category is all about, and
    3. Post Grid with posts that belong to that Category.

    Please advise.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    To remove the “Category:” text, add the following CSS code in the Customizer > Additional CSS panel:

    For Twenty Twenty-One theme:

    .archive-title-prefix {
    	display: none;
    }

    For Twenty Twenty theme:

    .archive-title .color-accent {
    	display: none;
    }

    Then to add a category description, inside your WordPress dashboard, go to Posts > Categories. An Edit link appears when you hover your mouse over the category name. Click on it, and this will take you to the category edit screen, where you can enter a description.

    Hope that helps,
    Tom

    Thread Starter droyed

    (@droyed)

    Hi Tom @twentig

    Thanks for this. It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Category + Include Description’ is closed to new replies.