Display Author Bio After Post in Elegant Theme
TweetElegant theme recently announced the comprehensive collection of shortcodes, which increase your theme productivity. In Various shortcodes there is Author Bio which describe the short information about the author.

Author Bio is great feature for multi-author blogs. But there is problem with Author Bio Shortcode in elegant theme. i.e All shortcodes are integrated in WordPress text editor, if you want to add shortcodes you have to edit all posts in your blog to show this author bio which is not possible.
Here is the simplest method, to add Elegant Style Author Bio in your Blog, without editing all posts:
- First Open single.php in your text editor.
- Paste the following code in your single.php whenever you like to show the box.

Now update your file. On the bottom your post you can see the nice author box.
If you have any question please comment below.
Must Read
11 Comments
Trackbacks/Pingbacks
- Tweets that mention Display Author Bio After Post in Elegant Theme -- Topsy.com - [...] This post was mentioned on Twitter by Sri Ganesh.m, razzil.com. razzil.com said: Display Author Bio After Post in Elegant ...















Raza Rahil Hussain (born February 7, 1990 in Udaipur, India) is Blogger, Developer, and CEH. He founded the blog Razzil, a site that describe information about Technology, Programming, Gadgets, Apps, Internet Security and various other content.
Thanks for the tutorial. you mean we dont need anything to add in style.css. only in single.php,
and kindly will you teach us to add the small icon in the auhtor box for twitter and homepage or something else.
the reason , when we add html coding to the WP-author bio colum, it wont take it as code. and it doesnt showing. !!
Yes we have to post the code in single.php don’t need to edit css until you want to customize more. If you can see my bio i add html code in author bio column and it works fine for me. Must sure you add XHTML code not HTML code
WordPress 3 is a massive improvement because such features has made the life of the WordPress developers easier.
Great post on publishing authors bio. But, how do you expect your reader to copy your code when it is an image?
Sorry for the inconvenient. having little issue with the plugin to show the source code. But now you can download the code as a file and paste it in your theme.
Thanks for the code. I tried installing it in my theme and it sort of worked. Can you send me the css code you used? You can see how it looks right now below one of my posts.
http://workoutjourney.com/what-do-you-need-to-do-the-p90x-workout/
Thanks for the code. Will surely give it a try. Thanks again
Not working for me:)
I seen your blog, it should be working for you. you just implemented it wrong way. Check this blog. i used that same custom code to display the Author box.
This is what I got:
Warning: Wrong parameter count for link() in /home/trtolman/public_html/saturdayedge.com/wp-content/themes/EarthlyTouch/single.php on line 56
What am I doing wrong?
looks like php syntax mistakes, by mistake you delete something from the file. compare the file with your fresh theme file.