Including author bios in the_content
-
I would like my bloggers on challengeblog.org to have their bio appear at the end of each blog post. I have modified index.php to include this line right after the_content is displayed:
<?php echo the_author_meta('description'); ?>
However, other plugins, such as Simple:Press Forum and Tweet This, are putting their widgets first, separating the author’s post from the author’s bio. Also, since the author’s bio is not actually part of the_content, it does not go out in the site’s RSS feed.
Is there a way to include the author’s bio as part of the content, giving it precedent over other plugins and including it in the RSS feed?
Apologies if I’ve placed this question in the wrong forum.
-Ken
- The topic ‘Including author bios in the_content’ is closed to new replies.