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…)

How to Protect Your wp-config.php

We know wp-config.php is the most important file of wordpress, it defines some important configuration data for MySQL database, I have seen many articles are talking about this file’s protection. Using htaccess to protect it is the most popular method. But which method will make your wp-config.php more secure? (more…)

How to Simplify Google Syntax Highlighter

There are so many wordpress fans using Google Syntax Highlighter plugin, Google Syntax Highlighter is one of the best sysntax highlighter I have used. but the plugin's setting is not  optimized, this plugin can slow down your page loading. Here I'll simplify Google Syntax Highlighter plugin, I hope this article will give you some help. (more…)