Subscribe via feed.

The private theme for iwp.me is on its way

Posted by Chada under Weblog (3 Responds)

After I registered the domain name iwp.me I installed a WordPress for it immediately. I also used cn.iwp.me to setup a Chinese version – You know that I am Chinese, I want to share my themes and tips with my friends in China and running a Chinese version will work better for them. Then I started work for the Free Theme Maze and Kante, Now they both can be downloaded in WordPress Themes Directory!

The time I installed iwp.me I planed to design a special theme for it. I just want to say sorry to iwp.me, cause’ I am very very very busy. Every day I should update one or two posts on my Chinese blog GENMICHA – it’s about web2.0 and some online apps and softwares. And I am a University student and I have to go to take those boring classes, anything about social work. I don’t like my major. Read More…

Free WordPress Theme – Kante

Posted by Chada under Themes (10 Responds)

Kante is a 2 Column simple blue theme which is based on my first free theme Maze. It contains one widget-ready sidebar and Custom Admin Panel. It is Compatible with up to WordPress 2.5+ and had been tested within IE 6/7/8, Firefox 2/3, Google Chrome, Safari and Opera 9.5. Kante has validated XHTML 1.1 and CSS 2.1 and easy to use. I hope you will like it!

Screenshot

Read More…

How to display recent comments without plugin?

Posted by Chada under Theme Tips (1 Respond)

After Display random posts without plugin and Display popular posts without plugin, I want to show you anther WordPress hack skill – display recent comments without plugin.

Read More…

Free WordPress Theme – Maze

Posted by Chada under Themes (15 Responds)

Maze is a 2 Column simple theme looks like a Maze. It is grey but looks really cool. It contains 3 widget-ready sidebars(One big two small) and Custom Admin Panel. It is Compatible with up to WordPress 2.5+ and had been tested within IE 6/7/8, Firefox 2/3, Google Chrome. Maze is a very simple but the key is that it is imageless which means there is not a single image used in it’s layout but only XHTML AND CSS!

Screenshot

Feature

1. 3 Widget-ready Sidebar
2. Sidebar Tabs Switcher
3. Custom Admin Panel
4. Feedburner Counter in Text
5. About Me Section in the Sidebar
6. One Sidebar Ads Ready(300*250)
7. Footer Analytics Codes Easily Insert Field
8. Display Popular Posts, Random Posts and Recent Comments Read More…

How to display popular posts without plugin?

Posted by Chada under Theme Tips (1 Respond)

The same as “How to display random posts without plugin”, you can also display polular posts without plugin.

Read More…

How to display random posts without plugin?

Posted by Chada under Theme Tips (No Respond)

Yes there are so many plugins that can help you display random posts , But you know that plugins will slow down your WordPress blog. Here I want to show you how to dis play random posts without plugin.

Just add the codes below to your sidebar or anywhere you want:

< ?php $rand_posts = get_posts('numberposts=5&orderby=rand');
foreach( $rand_posts as $post ) : ?>
<li><a href="<?php the_permalink(); ?>">< ?php the_title(); ?></a></li>
< ?php endforeach; ?>

The 5 in the codes above is the numble of those posts will display. Yes, it is very easy!

[via WordPress Codex]

Hello world! Here’s iWP.me!

Posted by Chada under Weblog (2 Responds)

Finally, I decide to run a blog about WordPress and Web Design.

Who am I?

Hey there! My name is Chada, the owner of iWP.me. It’s great that finally I deside to launch a blog all about WordPress and Web design. I mean, I just love WordPress so much!

What will I do here?

Yep that I just begin my WordPress last Octorber, I am falling into a deep hole tht can never be out. And I don’t want to out. I am here will share some of my works – Free WordPress Themes and Some simple Plugins. And I will share some tips about CSS AND JAVASCRIPT. I will show you how to make up your WordPress Blog. Enjoy them! Read More…