January 1st, 2009 | Posted in General | No Comments
Too many posts to handle? If you missed out on a great post from last month, here’s a quick digest of the top posts that you may want to check out:
- BlueMag Wordpress Theme
Posted on Sunday, December 21st, 2008 in Free Themes - Comments: (2)
BlueMag is the first Magazine style Wordpress theme developed by me. I am happily announce the release of it and i hope Wordpress users who want to create Magazine style will like it.BlueMag, as the theme’s name, is a Magazine style Wordpress theme with a blue color scheme. There is a “featured category content slider” at the top of the page.
- How To Delete Wordpress Post Revisions
Posted on Monday, December 1st, 2008 in Tutorials - Comments: (6)
Wordpress introduce post revision feature since version 2.6. It helps us to keep revisions of our posts and we can restore to previous revisions anytime.Although this is a great feature, but what happen if you accumulate too many revisions? Probably your server will takes longer time to query and processes database requests. That means, your blog will load slower and your visitors may wait longer before the content comes out.
- Subscribe2 - Best Wordpress Subscription System
Posted on Monday, December 8th, 2008 in Plugins - Comments: (2)
Subscribe2 provides a comprehensive subscription management and email notification system for WordPres. Bloggers can use this plugin to inform readers about new post published, or inform subscribers about new events and updates.Various canfiguration can be set by the administrators. For example, you can exlude certain categories post, set the email format to either plain text or HTML. The format of the email can also be customised.
- Wordpress 2.7 Is Released!
Posted on Thursday, December 11th, 2008 in Information - Comments: (2)
We just talked about Wordpress 2.7 RC2 yesterday, and it seems like the final version of Wordpress 2.7 had been released today!You may go download the final version of Wordpress 2.7, or use the built in update tool to upgrade from the release candidate versions.Once you upgrade to version 2.7, that means you can upgrade to later version without using FTP. All you have to do is use the built in update tool!
- Wordpress 2.7 Release Candidate 1
Posted on Wednesday, December 3rd, 2008 in Information - Comments: (6)
Wordpress development team announced the release of Wordpress 2.7 RC1, which means that they are in the final development before the release of 2.7.Before the release of RC1, we have gone through three beta version and saw a lot of new features of Wordpress 2.7. The release of this RC1 will includes a lot of bug fixes and new menu icons.As shown in the screenshot, Wordpress 2.7 has a new Dashboard design.
If you enjoy the content on this site, please make sure to subscribe to the
RSS feed.
December 29th, 2008 | Posted in Tutorials | No Comments
If you browse to your Wordpress Folders such as wp-content, you may see something like this:

That means, others can easily know your installed themes and plugins, which is very dangerous and easily to hacked by hackers.
There are two ways to solve this problem. The first method is create an empty index.php file and put under the folder. The other method is edit your .htaccess file, add an entry “Options -Indexes” (withour quotes).
The second method is a more advance and secure method as you need to put index.php file in each folders if you use the first method.
December 26th, 2008 | Posted in Tutorials | 2 Comments
How often are you change your Wordpress admin’s password? What happen if you forgot your Wordpress admin account password? Do you need to delete the databse and recreate it?
Although you cannot recover your current admin’s password, but it is not neccessary to delete the database and recreate it. You can simply replace it with a new password. Here, i will show you a very simple method to replace the password.
First of all, open your favorite code editor, or simply Notepad if you don’t have any. Then, place these code into the file and save it as reset.php.
<?php
require('./wp-blog-header.php');
global $wpdb;
$password = '12345'; //change this to your desired password.
$admin_login = 'admin'; //your Wordpress admin username.
$wpdb->query("UPDATE $wpdb->users SET user_pass = MD5('$password') WHERE user_login = '$admin_login'");
?>
You can replace the ‘12345‘ with your desired password and ‘admin’ with your admin account username. After that, upload the reset.php file to your Wordpress root folder.
Then, go to your browser and type “http://your-domain.com/reset.php“. Done! You can now login with your new admin password.
Note: Please delete the reset.php file from the server after you reset your password.
December 23rd, 2008 | Posted in Blogging | 1 Comment
A lot of bloggers sell their sidebar space for ads. Normally, they will sell three to four 125×125 ads space, and the price ranging from $50 to $250 per space.
Selling an ads space is not easy, especially for unpopular blogs. So, you may need a system to help you get advertisers.

Now, PerformancingAds can help you. It was found by a group of experience people which familiar in buying and selling ads. You can place regions and earn credits when advertisements are booked in your regions. You can then use those credits to buy ads displayed on other publisher sites.
The affiliate program is quite interesting. You can earn $10 for each publisher or advertiser that you refer and earn 5% recurring revenue on all advertiser ad buys for life. Some example here:
Let’s say that you refer 2 new advertisers per month and each spends an average of $250 per month. Within 1 year, you’d be making a cool $300 per month in 100% passive income.
But wait. Let’s say that you referred 5 new advertisers per month. Now you’re talking over $750 per month after 1 year.
Register an account now!
December 21st, 2008 | Posted in Free Themes | 3 Comments
BlueMag is the first Magazine style Wordpress theme developed by me. I am happily announce the release of it and i hope Wordpress users who want to create Magazine style will like it.

BlueMag, as the theme’s name, is a Magazine style Wordpress theme with a blue color scheme. There is a “featured category content slider” at the top of the page. By default, the theme will show three featured posts. You can modify it by opening the header.php and look for $featured_cat = ‘1′. Replace the ‘1′ with your featured category ID.
Below is the summary of features:-
- Featured content slider (can easily turn off if you don’t want to use it).
- 3 level menu.
- Automatically insert post thumbnail, or manually using custom field.
- Fast loading speed. No images are being used, unless the advertisement at your left sidebar and the feed icon.
- 2 sidebars.
- Grid based design.
- Gravatar on comments.
- Search Engine Optimized.
- Work with Wordpress 2.6 and above.
Although BlueMag doesn’t require any plugin, but it comes support for WP-PageNavi. I had include a css file called “wp-pagenavi.css” under “library/css“, which you can customized your WP-PageNavi plugin.
Download | Demo