EN / ZH
Tag

WordPress Tutorial

10 posts

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...
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....
Disabling WordPress Auto-Formatting via Shortcodes
When publishing articles in the WordPress editor, if you haven’t applied any specific formatting to your text,...
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%,...
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....
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,...
Adding Breadcrumb Navigation to WordPress Without Plugins
I’ve actually been wanting to add breadcrumb navigation to my blog for a while now....
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,...
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,...
Lazy Loading Ad Code in WordPress
Many blogs built with WordPress include ads from networks like Google AdSense and Baidu....