Apr
15
WordPress 2.5 Widescreen Version
Filed Under development | 1 Comment
I have discussed in an article under WordPress 2.5 in widescreen display abnormal. Almost all of the interface of WordPress 2.5 are directed at the design of the 1024 × 768. When I use my 1440 × 900 widescreen monitor will show only the left side of the body. I’ve finally managed to get my [...]
Mar
29
Wordpress 2.5 Released
Filed Under development | Leave a Comment
WordPress 2.5 has been released and includes a huge number of changes over the WordPress 2.3 series. Rather than list the changes in detail which would probably take me some days to write out I offer the following statistics and information about the WordPress 2.5 release:
In development for 185 days (6 months 3 days to [...]
Mar
10
WordPress Excerpt Seo Tips
Filed Under development | Leave a Comment
Wordpress blogs have duplicate content issues, and one of them is allowing reading the same content on both the posts, index page, archives and categories pages. To avoid search engine penalty it is important to optimize your Wordpress using Wordpress excerpt so that duplication will be avoided.
Instead of duplicating the whole content, you may use [...]
Feb
15
Last night, I getting lots of 404 error while using Google to search my own blog index page, I realized there is something wrong about my blog.
My user-created-outside-of-WP folder is throwing a 404 when trying to access it. Now for some details:
Blog www.moon-blog.com : normal WP blog. Permalinks “/%year%/%monthnum%/%postname%.html” through mod_rewrite in the default .htaccess [...]
Jan
17
WordPress MU Optimization Script
Filed Under development | Leave a Comment
WordPress MU will be automatically established more than 10 tables when a new user register, so when a large number of users register will caused a lot of problem. Then I write some performance scripts can delete the WordPress MU inactive users.
The PHP source code as follows:
$mysql_host = “localhost”;
$mysql_user = “root”;
$mysql_pass = [...]
Jan
10
Custom WordPress Database Error Page
Filed Under development | Leave a Comment
From what i have mentioned before, we can use a program to monitor the WordPress MySQL server, when the server is down, WordPress will auto send an e-mail and write to a text log file in a recorded. Now, WordPress 2.3.2, the latest version of the popular blogging platform allows you to define a custom [...]
Dec
30
WordPress Plugin: Yearly Blog Stats
Filed Under development | 8 Comments
Yearly Blog Stats is the easy way to display the total year number of blog posts, comments and other stats from anywhere within your blog. One file, easy to use.
With Yearly Blog Stats, you display only the information you want, where you want. This plugin is highly flexible, simple to use, and completely free.
Display any [...]
Dec
27
WordPress SimpleTags is a WordPress plugin that will allow you to easily manage tags of your blog. However, I found some of bugs of WordPress SimpleTags, here is my modification.
1. Search terms problem:
SimpleTags use of the full text of the search, as long as the article contains the keyword matching, which can lead to large [...]
Dec
23
Some of WordPress user needed a plugin to send an e-mail to a mailing list whenever a post was published to the blog. Here is a modified version of the “Post2Mail” plugin which can email the post to a mailing list or email address.
WordPress Post2Mail plugin allows you to automatically e-mail selected people when a [...]
Dec
18
Lester Chan develop a greate WordPress plugin - WP-PostViews, can enable user to display how many times a post/page had been viewed. It’s base on PHP. But if you active WP-Cache plugin, you will found that WP-PostViews not working. So I develop a new javascript version of WP-PostViews, that can work fine with WP-Cache or [...]