The Pictures News effect on Sina.com.cn

This is a great effect I found on the internet, for some reasons I dont use it now, coz I used another plugin on www.crazyenglish.info instead of the effect, but I think I will try it some day, so collect it here, just in case…

Continue Reading Add comment August 26th, 2010

Why is WheatNotes?

Why I choose wheatnotes.com as the domain of my blog? actually, I got the idea from thegatesnotes.com, coz I have ever watched a Chinese TV play, there is a COOL guy in the play, and his name is “Maizi”, which is the Chinese meaning of WHEAT, and also it’s my Chinese nickname over the internet, you can get it from my Chinese blog – www.wheatime.com…

Continue Reading Add comment August 22nd, 2010

How to Widget-Enable WordPress Themes

Wordpress Widgets are an amazing way to customize your blog besides wordpress plugins. How to widgetize your wordpress theme? I use a heavily modified version of the Blix wordpress theme, which does not support widgets…Here is a tutorial on how to add multiple dynamic sidebars to wordpress template and support multiple combinations of widgets.

Continue Reading Add comment August 20th, 2010

The Submenu here…

I really spend much time in making the submenu here at Wheat Notes, when I first saw the submenu effect from Denis on his blog, I am always wondering to make it here, actually, I began the work from last night, I got a article about using CSS to make the wonderful submenu, I made it but it was a little complicated indeed, and there was still a problem about the menu when I change the menu the shadow kept still on the same one…

Continue Reading 1 comment August 19th, 2010

WordPress 3.0 is ready!

i just got the news about “WordPress 3.0 is ready ” when i was at the admin Cpanel, i updated it at once, now i’m trying to find some new and useful functions…

Add comment June 17th, 2010

Colorful Tag Cloud without Any Plugin

The tags cloud page can show the most discussed topics to your readers.Using the wp_tag_cloud function can add the tag cloud in your wordpress page. You can learn more about wp_tag_cloud function from wordpress codex. But the default tag cloud in wordpress show in single color, it’s blankness and hard to read. So if you make the tag cloud show up colorful, the readers can easily get your main topics and know what are you talking about in your blog.

Firstly, open the functions.php file in your theme directory, copy the subjacent code and paste it in your functions.php file.

//Start of colorful tag cloud
function colorCloud($text) {
 $text = preg_replace_callback('|<a (.+?)>|i', 'colorCloudCallback', $text);
 return $text;
}
function colorCloudCallback($matches) {
 $text = $matches[1];
 $color = dechex(rand(0,16777215));
 $pattern = '/style=(\'|\")(.*)(\'|\")/i';
 $text = preg_replace($pattern, "style=\"color:#{$color};$2;\"", $text);
 return "<a $text>";
}
add_filter('wp_tag_cloud', 'colorCloud', 1);
//End of colorful tag cloud

Add the subjacent code to where you want the tag cloud show.

<?php wp_tag_cloud( 'smallest=8&largest=24&number=50' ); ?>

via:

http://www.aowaa.com/how-to-add-colorful-tag-cloud-without-any-plugin-in-wordpress/

http://zou.lu/colorful-tag-cloud-without-any-plugin-in-wordpress/

http://wanwp.com/tips-tricks/howto-make-a-colorful-tag-cloud/

Add comment June 12th, 2010

Beginning…

Yes, this is a beginning. it’s 02:00 o’clock now, and i creat the site as the english blog for wheatime!

anyway…should make a about page…think about it and make it tomorrow.

Add comment June 12th, 2010


Calendar

May 2012
MTWTFSS
« Nov  
 123456
78910111213
14151617181920
21222324252627
28293031 

Posts by Month

Posts by Category