WordPress: Auto-Close Comments After Reaching a Certain Count
Lately I’ve been publishing a lot of design-related articles and haven’t paid much attention to WordPress topics....
2013.06.18
Methods for Fetching WordPress Posts from External Sites
I was recently helping a friend redesign their WordPress site and ran into a problem: we needed to display the latest posts from Site B on Site A’s...
2013.06.13
Fixing Google Favicon Cache Service Failure in WordPress
Yesterday I checked my blogroll page and discovered that Google’s Favicons cache had completely failed to retrieve any icons....
2013.05.23
Disabling WordPress Auto-Formatting via Shortcodes
When publishing articles in the WordPress editor, if you haven’t applied any specific formatting to your text,...
2013.05.21
WordPress Tips: Customizing the Author Archive Page URL
WordPress’s default author archive URL format is https://imzl.com/author/%authorname% or https://imzl.com/?author=%user_id%,...
2013.02.13
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