Tuesday, July 28th, 2009
Just updated my gravatar favicon plugin, I added the profile image into the feed. Make your blog more personalize. Download the latest plugin from Wordpress Plugin Directory.
Just updated my gravatar favicon plugin, I added the profile image into the feed. Make your blog more personalize. Download the latest plugin from Wordpress Plugin Directory.
Just uploaded and released three wordpressMU and wordpress plugin to the Plugin Directory.
WPMU Admin Interface Language
Lets WPMU user to select language in backend administration panel.
Multiple Twitter Widgets
Allows for multiple twitter widgets to be displayed.
Gravatar Favicon
This plugin allows you to generate a gravatar favicon for your blog and admin logo included Apple touch icon.
It’s support WordpressMU [...]
If you are using the Cookie for comment from Donncha and WordpressMU. Here are some tips for you. You may add a function to your blog signup. Just copy the code and paste into the plugin’s file.
function cfc_check_signup($result) {
$cfc_key = get_cfc_key();
if( !$cfc_key )
return $result;
if( !isset( $_COOKIE[ $cfc_key ] ) ) {
die( ‘Sorry, you are not [...]