Changes to Post Avatar include:
- Compatibility with WordPress 2.5
- Option to include avatars in feeds
- Basic navigation effects for images
- Fixed javascript so avatar display works in IE 6+
Download now or visit the plugin page
Changes to Post Avatar include:
Download now or visit the plugin page
A couple of minor bugfixes and a few new features, namely:
Download now or visit the plugin page
UPDATE (Oct. 9, 2007): Discovered a bug (Thanks Paul!) - automatic avatar display causes the image to appear twice when using the_excerpt. Download the updated zip file or if you’re feeling adventurous:
Open up gkl-postavatar.php and look for this code at the end of
// Display avatar without template tag
if ($gkl_ShowInContent == 1){
add_filter('the_content', 'gkl_postavatar_filter');
add_filter('the_excerpt', 'gkl_postavatar_filter');
add_filter('wp_head', 'gkl_postavatar_showcss');
}
Just comment out or remove “add_filter(’the_excerpt’, ‘gkl_postavatar_filter’);”.
It should look something like this:
// Display avatar without template tag
if ($gkl_ShowInContent == 1){
add_filter('the_content', 'gkl_postavatar_filter');
add_filter('wp_head', 'gkl_postavatar_showcss');
}
It has been a busy week - I think I’ve been out of the office more than I’ve been in. Everything is just so GO! GO! GO! I can’t believe it’s Thursday already. It’s been so busy that Renante was suggesting we move our weekly meetings to Sundays. Heh! If he wants to be the only one in the office on a Sunday, sure go right ahead. Me? I’ll be sleeping in on Sunday.
Right now I’m waiting for Pia to get back from Bago so we can go to Julius’ house for dinner. He’s making pasta. Apparently the one dish that our friends can cook to perfection is pasta
And in other news, I found out today that Post Avatar is a finalist in the Philippine Blog Awards for Best Plugin/Extension. Wheeee.
Pia just texted and she’s on her way back. Dinner awaits.
Small update to the Post Avatar plugin to allow for compatibility with the upcoming Wordpress 2.1. I also added an option to display images automatically so you don’t have to use the template tag unless you’re comfortable editing themes.
Get Post Avatar 1.2.1 here.