I want to hide or remove the Auth Bio text Area which displays on most posts and pages. But I can’t find any setting which accomplishes this. Please let me know.
1 Answers
Well, you can hide it by css. Add this code to your theme style.css file
.single-post .author-info { display: none; }
Please login or Register to submit your answer