Wordpress Plugin - Author Exposed
Author Exposed is a simple Wordpress plugin that allows your visitors easy and elegant way to see more details about the post author.
This plugin does the same thing as the_author() tag only this time it’s linked to hidden layer (div). By clicking on the author link the layer pop’s up with author info gathered from the profile page, plus gravatar photo, if author email is assigned with one.
Click here to see it in action, or by clicking on this post author name (Igor) bellow the title.
Installation
Upload “author_exposed” folder to the”/wp-conten/plugins/” directory. Activate the plugin and place this code (inside the loop) where you want your author link to appear:
<?php if (function_exists('author_exposed')){author_exposed();} ?>
That’s all. Don’t forget to leave some feedback.
Plugin: AuthorExposed (4kb).Download
This plugin is released under the GNU General Public License.
Wordpress Plugin - Author Exposed | Create a Blog on March 15, 2008
[…] Mark Ghosh wrote an interesting post today onHere’s a quick excerptAuthor Exposed is a simple Wordpress plugin that allows your visitors easy and elegant way to see more details about the post author. This plugin does the same thing as the_author() tag only this time it’s linked to hidden layer (div). … […]