Hi,
I looked through all of the explanations and just wanted to find a quick solution to my problem. I want to actually hide the category and author on a custom post type called "quote", since with quotes you wouldn't want to display that kind of information.
How can I easily do it without destroying the whole layout!?
Thanks
How to hide category, author etc. in custom post type
Started by
knubbl
, Sep 30 2011 04:15 AM
2 replies to this topic
#1
Posted 30 September 2011 - 04:15 AM
#2
Posted 30 September 2011 - 07:17 AM
Hi,
Add this to your CSS Rules located in Platform Settings --> Custom Code:
Where X is in the code above, you need to replace with your custom post types name, as an example, if you had a custom post type called "football" and I wanted to hide the author, category ect. for that custom post type, my code would look like this:
Hope that helps.
Add this to your CSS Rules located in Platform Settings --> Custom Code:
Where X is in the code above, you need to replace with your custom post types name, as an example, if you had a custom post type called "football" and I wanted to hide the author, category ect. for that custom post type, my code would look like this:
Hope that helps.
#3
Posted 01 October 2011 - 08:28 PM
Awesome, thank you Danny.











