'Category' in Title
- The topic ‘'Category' in Title’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
As per a previous post, I am aware that you cannot remove the word “category” from a section title, but I am wondering how I can remove the title altogether so that I can categorize my recipe blog posts without the word “category” showing up. If there is no way to do that, should I be making separate pages for each post as if they are child-pages under a parent page? I’m just starting out and learning everything from scratch!
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
Do you mean on the category page like this one: https://veggiedemo.wordpress.com/category/cake/
If yes you can add this to the Custom CSS:
.archive .page-title {
display: none;
}
Hope this helps.
All the best,
Ana
That did the trick! Thanks so much.
You are welcome :)