How do you disable the "Biographical Info" in single.php

Posted in: Newspaper
Post count: 1

On single.php I want to disable just the “Biographical Info”
but leave it showing on author.php.
How can I do this?

Post count: 22421

Hello,

If you want to hide the author info you can do so with css easier:
.single .td-author-description{
display:none!important;
}

Or remove it from the code like so: http://screencast.com/t/WO9AmPsZR

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.