How to remove the word "Category"
-
How do you remove the word category because it always shows up whenever I click the items in my menu?
For example, one of my Menu is “Sports” and whenever I click Sports, it displays “Category: Sports”
Please help.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is https://ainsclrvll.wordpress.com/ the blog you are referring to? I went to your site, and I’m not seeing a menu item titled “Sports.” I’m also not seeing the word “category.” Have you already updated your blog?
Thanks!
-
-
Hi there,
You can use CSS to remove the category tags at the top of single page posts. However, this requires having the Custom Design feature which is a part of the Premium and Business Plans.
With that being said, the following code will hide the tags/categories from the titles on single post pages:
.single .entry-meta { display: none; }Thanks!
- The topic ‘How to remove the word "Category"’ is closed to new replies.