Disable Author and date but keep tags and categories
Hello,
- How can i disable Author and date but keep tags and categories in single posts
http://themes.muffingroup.com/be/press/2/
- How can i disable Author and date in:
a) category posts (Masonry edition)
http://themes.muffingroup.com/be/press/category/news/
b) Home page posts (Masonry edition)
http://themes.muffingroup.com/be/press/
Thanks in advance for your help
- How can i disable Author and date but keep tags and categories in single posts
http://themes.muffingroup.com/be/press/2/
- How can i disable Author and date in:
a) category posts (Masonry edition)
http://themes.muffingroup.com/be/press/category/news/
b) Home page posts (Masonry edition)
http://themes.muffingroup.com/be/press/
Thanks in advance for your help
Comments
1. .post-header .author-date { display: none; }
2. .post-meta .author-date { display: none; }