Getting a author bio

Posted in: Newsmag
Post count: 20

Is there a way to show the author bio on the authors box module?
Now I can have name, number of posts and comments.

Post count: 7909

Hi,

It requires modifications on the author box widget code.
You have to edit the following file – http://screencast.com/t/jI62k9VCtep

$buffy .= '<div class="td-authors-description">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';

And add the following css inside Theme Panel -> Custom CSS: – http://screencast.com/t/iDnwNnljvUtH

.td_top_authors div.item-details {
height: auto;
}

Thanks!

Post count: 20

Dear Alin,

Thank you so much your quick and perfect support! I give you 5 stars on themeforest review.

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