The Kids Who Chased Balloons
These past few days, my WeChat Moments feed has been flooded again. The story that went viral was written by a young man named Niko, titled “Youth...
2018.04.02
Automating WordPress Content Sharing to Social Networks via Zapier
Originally from: https://www.wpblog.com/automate-wordpress-with-zapier Social networks (Weibo, Twitter, Facebook, etc.) play an indispensable role...
2018.03.21
WordPress Tips: Customizing the Maximum Upload File Size
By default, WordPress or your hosting provider controls the maximum upload file size. If you try to upload a file exceeding the preset limit, the...
2018.02.22
Exclude Specific Posts, Pages, and Categories from WordPress Search Results, or Show Only Specific Categories
By default, the WordPress search mechanism returns results that include all pages, posts, and other content types on the site. While reorganizing...
2017.10.27
WordPress Tips: Disabling Character Conversion
The WordPress editor automatically converts certain input characters by default — for example, code gets escaped into encoded entities, and quotation...
2017.10.20
Change the WordPress Editor Default View to HTML/Text
By default, the WordPress backend editor opens in the “Visual” view when editing posts, pages, and so on. At this point, I’ve essentially moved my...
2017.10.19
Fixing WordPress Dashboard Showing Only One Theme Under LNMP
The reason WordPress fails to recognize themes is that the server environment has disabled the scandir function, preventing WordPress from properly...
2017.06.15
Fixing Email Sending Issues with WordPress on LNMP One-Click Install
The LNMP environment doesn’t come with the sendmail component installed. You simply need to start the sendmail service and configure the path in...
2017.03.21
How to Replace All Image URLs in WordPress Posts
In some cases, you may need to batch-replace all image URLs in your WordPress posts. This can be accomplished by running a simple SQL statement....
2016.12.14
Making Specific Content Visible Only to Administrators in WordPress
If you want certain content in WordPress to be visible only to administrators, you can achieve this by adding a simple shortcode. Add the following...
2015.10.13