Tagged with "Plugins".
Tags: Plugins • Wordpress • March 26, 2008. Written by Igor
closeAuthor: Igor
Name: Igor Penjivrag
Email: igor@colorlightstudio.com
Site: http://colorlightstudio.com
About: Hi, this is just a test for Author Exposed Plugin. Share a little biographical information.See Authors Posts (48).
So far, I received pretty good response on my first Wordpress plugin, Author Exposed. Since it has been approved on official Wordpress plugin repository it has been featured on many Wordpress related sites. More important I see that more and more people are using it on their blogs. Great !
Tags: Plugins • March 14, 2008. Written by Igor
closeAuthor: Igor
Name: Igor Penjivrag
Email: igor@colorlightstudio.com
Site: http://colorlightstudio.com
About: Hi, this is just a test for Author Exposed Plugin. Share a little biographical information.See Authors Posts (48).
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.
Tags: Plugins • March 13, 2008. Written by Igor
closeAuthor: Igor
Name: Igor Penjivrag
Email: igor@colorlightstudio.com
Site: http://colorlightstudio.com
About: Hi, this is just a test for Author Exposed Plugin. Share a little biographical information.See Authors Posts (48).
Although I announced working on my first Wordpress plugin ten days ago, only today I found the time to really work on it. It’s almost done, however I would have to do some testing before releasing it to the public.
I named the plugin - Author Exposed, and it basically does the same thing as the the_author tag, displays the author name, however this one is linked to a hidden div (layer). Once you click on the author name the hidden div will show up together with the author details (taken from author profile page) plus the gravatar photo if the author have one. If not, the default gravatar photo would be used.
You can check out the plugin by clicking on my name (Igor) bellow the the post title or by clicking here. The hidden div will show up bellow the title with author information and gravatar photo.
This is my first step into php and wordpress plugin development so dont laugh.
Actually I think this is a pretty useful little plugin =)
Tags: Plugins • March 2, 2008. Written by Igor
closeAuthor: Igor
Name: Igor Penjivrag
Email: igor@colorlightstudio.com
Site: http://colorlightstudio.com
About: Hi, this is just a test for Author Exposed Plugin. Share a little biographical information.See Authors Posts (48).
I got an idea (nothing spectacular) on how to get more use from author tags so I had been experimenting a bit today and created something that I think can be useful for WordPress users.
Now, to make it simple for people to integrate into their blogs I would have to write a plugin.
I must say that I’m a php noob and don’t know much about creating plugins for Wordpress so it would be interesting to see how it would end up.
Next Page »