Author Exposed WordPress Plugin

March 23, 2008 | By Monika Mundell | Comments Off

No where is a cool Plugin for blog masters who allow other others to write on their blogs. It is called Author Exposed and is fairly new. Launched this month as far as I can see.

This is how the Plugin looks like in action:

author exposed plugin

The way it works is that the author name is still displayed as a link below the post title. But now instead of clicking out onto the authors site that is linked to the profile with the_author() tag, it will pop up this box as seen above.

If the author has a photo linked to their profile, it will show this as well as

  • name
  • email
  • website URL
  • a small about text
  • and even better, a link to all the previous posts of the same author

This is done via a hidden div layer.

Installation of the Author Exposed Plugin is pretty simple.

  1. Download the .zip file to your computer and unzip
  2. Upload “author_exposed” folder to your ”/wp-content/plugins/” directory via FTP or with your cPanel file manager
  3. Place the following code inside your loop where you want your author link to appear (most users place this below the post title).

<?php if (function_exists('author_exposed')){author_exposed();} ?>

That’s it, you should now see a fancy new window every time you hover over the authors name.

RSS feed

Comments

Comment by Life is Colourful
2008-03-23 08:56:50

Something new to try out… I sometimes really wonder so useful plugins people keep on developing. This is cool for bloggers trying to give good exposure to their guest authors again.

(Comments wont nest below this level)
 
Comment by Barbara Ling
2008-03-23 10:32:43

Sounds interesting! I’ve bookmarked this for future reference, thanks!

Barbara

(Comments wont nest below this level)
 
Comment by Yen
2008-03-23 19:19:32

This sounds interesting! I’ll try this out too:) Thanks!

(Comments wont nest below this level)
 
Comment by Kay Kastum
2008-03-24 09:25:38

Use it in this blog then?

(Comments wont nest below this level)
 
Comment by xaer8
2008-04-01 14:46:41

I don’t see any people wants to donate free post on my blog. It is whether they ask for money or ask for free link in return. How would that sounds to you?

(Comments wont nest below this level)
 
Comment by Roy Sencio
2008-04-01 15:10:35

Hmmm.. very interesting.. WordPress just rocks my socks!

(Comments wont nest below this level)
 
Comment by Jagdu
2008-04-01 19:43:53

Don’t really see a point, couldn’t you just set up an author bio page?

(Comments wont nest below this level)
 
2008-04-04 14:00:51

[...] Via | EasyWordpress [...]

(Comments wont nest below this level)
 
Comment by Johan
2008-04-07 19:01:54

This is great and I want it. Thanks for creating it. But this loop stuff is geeeeeek stuff. I have no clue how to get it in the loop as most google loop searches brings me to no *easy* solution. I am not afraid to search for solutions but when they talk about the ^%$#))! loop they talk geeky stuff. They don’t talk plain stuff. So I am stuffed for now.

(Comments wont nest below this level)
 
Comment by Monika Mundell
2008-04-08 05:08:48

@ Johan: try this link, it will help you understand the loop and the code that goes with it. http://codex.wordpress.org/The_Loop_in_Action

(Comments wont nest below this level)
 
Comment by Monika Mundell
2008-04-08 14:08:17

@ Johan: I’m happy to help you, if you still have issues after reading this stuff again. I’m going to sleep now, but feel free to send me an email if you are stuck.
info [at] thewritersmanifesto DOT com

(Comments wont nest below this level)
 

Sorry, the comment form is closed at this time.