Home › Forums › Support › How to add the standard prefixes to the page title in Archives, Category, Tags? This topic has 1 reply, 2 voices, and was last updated 6 years, 1 month ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 23, 2017 at 4:12 am #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” October 23, 2017 at 6:24 pm #408781 TomLead 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 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In