Can somebody tell me how can I remove author, date and category from all my posts. I have searched the forums and tried suggestions but with no luck. Thanks for your help.
You can use the portfolio category on posts where you don’t want this information. Otherwise you’ll have to manually delete them from content-*.php.
go to Thame Options/Layout/Custom CSS and enter this code:
.entry-meta {display: none;}