Tagged: custom post types, enfold
HI,
I have custom post types such as bars, clubs, events etc… that I don’t want appearing in the actual blog. Currently they are all showing up (as certain custom post types also have categories). Is there a way to make sure they are removed from the blog feed but still present where they are in their custom post formats?
Thanks in advance.
Keith
Hey roamingk!
Can you post the link to your website and write down all post post formats you would like to remove from blog page?
Best regards,
Yigit
Hi!
Can you point out one of the posts that needs to be removed from blog page? I am checking but it seems like they are all standard post types in blog
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-731 .category-major-events, .page-id-731 .category-bars, .page-id-731 .category-restaurants, .page-id-731 .category-hotels, .page-id-731 .category-events, .page-id-731 .category-stores, .page-id-731 .category-galleries, .page-id-731 .category-clubs, .page-id-731 .category-saunas { display: none !important; }
Cheers!
Yigit