Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] How to add the standard prefixes to the page title in Archives, Category, Tags?

Home Forums Support [Support request] How to add the standard prefixes to the page title in Archives, Category, Tags?

Home Forums Support How to add the standard prefixes to the page title in Archives, Category, Tags?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #408389
    Theo

    Hi I’m wondering if there’s an easy way to get Generate Press display the standard prefixes for page titles on Archive, Author, Category and Tag archive pages.

    Example:

    Instead of displaying:

    “Category Name”

    Displaying:

    “Category: Category Name”

    #408781
    Tom
    Lead Developer
    Lead Developer

    The easiest method is using CSS:

    .category .page-header h1:before {
        content: "Category: ";
    }

    Each one of those pages will have a body class specific to what it is. Categories are .category

    Let me know if you need more info 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.