WordPress Gravatar Plugin for Multiple Authors
I’ve been looking for a Wordpress plugin that provides multi users to show their respective gravatars on their authored posts. Different authors, different gravatars on each post. Unluckily, I have never found one. I don’t know if there exist one for I have minimal access on resources because of f*in WebSense.
Anyway, for me, the simpliest gravatar plugin is the WordPress Gravatar Plugin. It just generates the URL for the source gravatar and it’s up to you where you want to put it on your site. However, the latest available version only supports gravatar for comment authors. What I want is have it to support authors’ gravatars on posts as well.
As I have said “simple”, here’s what I did with the plugin:
- Added a parameter that will verify if the function was called from a post or from the comments.
function gravatar($rating = false, $size = false, $a_post = false, $default = false, $border = false) - Added a global $authordata variable
- Used $authordata->user_email if gravatar was called from a post
$out = "http://www.gravatar.com/avatar.php?gravatar_id=".md5($comment->comment_author_email);
if ($a_post)
{
$out = "http://www.gravatar.com/avatar.php?gravatar_id=".md5($authordata->user_email);
}
- Called the gravatar function on posts
<img id="gravatar" src="<?php gravatar('R', 40, true); ?>" alt="author's gravatar"> - Called the gravatar function on comments
<img id="gravatar" src="<?php gravatar('R', 50, false); ?>>
Download the original or ask a copy of my version if you want or download it straight if you really want and see the sample here.

still need the plugin? ah wait mo na lang… ok? thanks
ey. email add po. nalimutan ko eadd mo.. thanks..
mrnicash gmail ba? hehe sent na
*comments merged*
Tanks alut jong.
and goodluck on your training.
Hello,
Just wondering if anyone could help. I did something stupid and started my blog using a numerical archive system, and now I'd like to change it so that the post title is part of the URL for SEO reasons. Is there any Wordpress plugins that anyone knows of that could switch it without sending Googlers to invalid pages? Maybe some sort of redirector to the correct page?
Thanks.
i hope i am getting what you are trying to say…
I think, doing that may never require a plugin. you can search for some tweaks you can do to your header file maybe.
Can anyone give me ideas , i might get free time in the future and want to give it for wordpress …
any idea ?
i want idea from simple thing to mid … 1-2 hours –> 8-10 hours .
post your ideas…
Can anyone give me ideas , i might get free time in the future and want to give it for wordpress …
any idea ?
i want idea from simple thing to mid … 1-2 hours –> 8-10 hours .
post your ideas…
Can anyone give me ideas , i might get free time in the future and want to give it for wordpress …
any idea ?
i want idea from simple thing to mid … 1-2 hours –> 8-10 hours .
post your ideas…
Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.
I'm sure Ive seen one…and sifting through the WP site is a nightmare
Hi Weston,
Perhaps this is the plugin you’re looking for.
CleanCat Category Plugin
CleanCat tidies up your categories. To be more precise, if a user navigates through your categories he’ll always see all the entries from all sub-cats as well. Some people like that, some people don’t. So for the latter there’s now the possibility to simply turn that annoyance off. If the plugin is activated, only postings belonging directly to the category will be displayed in it.
What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.
here is the plug-in you need
http://wordpress.org/extend/plugins/author-avatars/
paul
great article thank you.
thanks))
good!!!!)