Using Google Custom Search Engine On WordPress

Google Custom Search Engine is more powerful than the default search engine of WordPress. More and more webmasters like google custom search engine. Every one can use the standard edition freely. If you have a google adsense account, you can also associate your search engine with google adsense. Just do it right now.
(more…)

How to Delete All Comment Spam Quickly

For many wordpress users, there are so many comment spam everyday, if he does not use some plugins to due with them( such as Akismet, etc). He must be very angry about these spams. (more…)

Batch Modify the Post’s Author in WordPress

If you want to remove some posts from one author to another, it is very annoy for anybody, if you know how to use PHPMyadmin or some other MYSQL managers, It will be more simple. Well, follow this. (more…)

How to Add Google Analytics for WordPress

This is a tutorial of adding google analytics for your wordpress, it is easy and free. every wordpress user can track his website under these steps.

(more…)

How to Show WordPress Excerpts on Homepage

For many wordpress users, he(she) must encounter the excerpt problem of wordpress, wordpress will output the category or homepage in fulltext if he has not added a MORE tag in his article and type none in Excerpt box. Because more people are not accustomed to write any excerpt specially. I am too. I prefer wordpress output all excerpts automatically. Here are some methods of displaying excerpts in wordpress.

(more…)

How to Set Up 301 Redirect on IIS

This article will introduce how to set up 301 redirect on IIS, if you are using Apache server, please refer to 301 Redirect Site to Another in Apachefor details. (more…)

Update Data after Changing Domain Name

When you want to change a new domain name for your wordpress, you may need to do these:

1. Set up the new domain name DNS to make sure it will be analyzed to the new wordpress hosting.

2. Update some necessary data in your wordpress, this is the title of this articles.

3. Setup 301 redirect for the original site, make sure it will redirect to the new one. Refer to 301 Redirect Site to Another in Apache for detailed information. (more…)

301 Redirect Site to Another in Apache

If you want to change a webname for your wordpress, you may need to redirect the original site to a new one permanently. This tutorial will talk about 301 redirect, which can lead the user to the new site without few lost. Here assumed you want to redirect site A(www.a.com) to site B(www.zzsay.com), and you are using a apache hosting, if your host is IIS, please refer to another article in my blog. (more…)

How to Remove Links in WordPress Comments

There are more and more spammers in my blog, they post various comments with some links in it, few of them are useful for my article. So I want to remove these links in comments. I have no other choose as long as I am using wordpress. (more…)

Make WordPress CSS/JS Files Loading Optional

CSS/JS files loading optional will speed up your wordpress, improve wordpress performance, and will have a  better user experience. Usually, it seems everyone is using two or more plugins in wordpress, on the other hand, many plugins/themes may have more than one CSS/JS files which will be called in every page. So we should combine some of them which have similar use or can be combined. (more…)