I updated my wordpress blog to 3.2 version and enabled the TwentyEleven theme.
I filled the Biographical Info field (in my profile) with a short bio of mine but it doesn't appear below every post.
Any ideas?
Thank you.
I updated my wordpress blog to 3.2 version and enabled the TwentyEleven theme.
I filled the Biographical Info field (in my profile) with a short bio of mine but it doesn't appear below every post.
Any ideas?
Thank you.
Well, it seems that Twenty Eleven doesn't support author info below posts at all.
I was wondering this too. I filled out the author biography but it doesn't display.
It's displaying here
http://twentyelevendemo.wordpress.com/2011/05/04/featured-posts-in-twenty-eleven/
Yeah, that's weird!
Could anyone from the designers tell us what is going on, please?
for me, author info shows in single post - the code for it is in content-single.php of Twenty Eleven
Ah I see why.
<?php if ( get_the_author_meta( 'description' ) && is_multi_author() ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?>
in content-single.php remove is_multi_author() to have it show as it did in twentyten.
@zeaks - well spotted - i missed that (my test blog is multi-author)
I removed is_multi_author () but it didn't work.
Then I removed && is_multi_author () and it works!
Thank you guys.
I recently made a child theme of Twenty Eleven for my blog and I have another problem about author's bio.
In a status post, the author's bio looks like this: http://i56.tinypic.com/21devlh.png.
In other post types it works fine - text is at the same height as the author's avatar.
Any ideas to fix this?
thank you
Twenty Eleven only displays an author bio below the post when a blog has more than one author, AND, that other author has published at least one post.
This topic has been closed to new replies.