Reply To: Hide Category from posts on main page

Home Forums Support Hide Category from posts on main page Reply To: Hide Category from posts on main page

Home Forums Support Hide Category from posts on main page Reply To: Hide Category from posts on main page

#110506
Tom
Lead Developer
Lead Developer

If you have GP Premium/Generate Blog, you can hide the categories from displaying in “Appearance > Customize > Blog > Blog Content”.

If not, you can use this CSS:

.cat-links {
       display: none;
}