I want to add few lines in the beginning of every posts which is written by guest authors on my blog, not for admin post. Can you please tell me how to do that? Or can you tell me how to add author bio information in the beginning of post, not at the end of the post? Thanks.
. There is a plugin "post layout". you may install this and add line before/end of the post. If you want to show these line in guest posts only, you have option to disable this function. In each post, there will a check box and if you tick on that check box, function/lines will not appear on that post. In short, you have full control on each post that what you want to share. you may search on wordpress.org or google to find author bio's plugin.
There is no requirement of installing a plugin for such a simple requirement. Basically go to your theme editor from your wordpress admin panel. Then edit the wordpress theme file called single.php (some themes call it post.php). This is the page that is responsible for the "blog posts" on your blog. back up the file and paste the content you want to add at the top DIV, try few times changing the position - you can adjust and find where to get your stuff added on the post page. let me know if any further questions. cheers, Josh
Excellent.. Lots of thanks for this.. Will try it out. Yes, I have tried but not got success so finally asked here. Thanks for your help.