Fixing the WordPress <?php if ( is_home() ) { ?> Not Working Issue
I’ve been modifying my blog’s template recently, which required using some WordPress functions....
2013.02.08
Adding a Table of Contents to WordPress Posts Without Plugins
In my previous post about adding breadcrumb navigation to WordPress blogs, I covered how it helps search engines index your site. Today,...
2013.01.29
Adding Breadcrumb Navigation to WordPress Without Plugins
I’ve actually been wanting to add breadcrumb navigation to my blog for a while now....
2013.01.20
Caching WordPress Widgets for Better Performance
WordPress Widgets are incredibly powerful. A typical WordPress blog’s sidebar will feature widgets for recent posts, recent comments, blogroll links,...
2012.12.31
How to Prevent WordPress from Loading Language Packs on the Frontend
As far as I know, WordPress uses the getText library to implement multi-language support,...
2012.08.28
Lazy Loading Ad Code in WordPress
Many blogs built with WordPress include ads from networks like Google AdSense and Baidu....
2012.07.20
Setting Up a Cookie-Free Domain for WordPress Images and Static Files
By default, WordPress image URLs follow a format like https://imzl.com/wp-content/uploads/2012/07/1.png. However,...
2012.07.15
How to Insert onclick in WordPress Posts
When writing articles in WordPress, if you try to insert simple scripts such as javascript:tucao() or onclick="tucao()" WordPress’s...
2012.06.28
Customizing the Default WordPress Comment Avatar
For commenters who haven’t set up a Gravatar avatar, WordPress displays one of the default avatars you’ve configured in the backend — options like...
2012.06.26
Speed Up Your WordPress Site with eAccelerator
I’ve previously shared a tutorial on using the W3TC plugin with UPYUN cloud storage to set up full-site CDN acceleration for WordPress. Today,...
2012.06.01