Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #wordpress
Thu, July 11, 2019
1 min read
Set Up reCAPTCHA v3 in Contact Form 7 to Prevent Spam Inquiries
Wire up reCAPTCHA v3 to WordPress Contact Form 7 to block spam submissions.
read more →
Thu, April 19, 2018
How to Remove WordPress Cache Plugin WP File Cache
How I deactivated and completely removed the WP File Cache plugin after it exhausted the server's inodes.
Sat, March 7, 2015
2 min read
Should I Recommend a Friend to Use WIX Paid Plan for Website Creation?
Comparing WIX, Jimdo, Weebly, and WordPress.com for a non-engineer who wants to run their own site.
Sat, December 8, 2018
Immediately installed Classic Editor plugin after updating to WordPress 5.0
Reverting from Gutenberg to the Classic Editor plugin after upgrading to WordPress 5.0.
Wed, September 6, 2017
3 min read
[WordPress] Google AdSense Ads Not Displaying → Cause Was Fast Velocity Minify Plugin
Tracking down blank WordPress AdSense ads to the Fast Velocity Minify plugin, one cache plugin at a time.
Tue, May 24, 2016
[WordPress] How to configure All in One SEO Pack to display Facebook og:image nicely
Setting All in One SEO Pack's OG:Image Source to First Attached Image so Facebook picks up the right og:image.
Tue, October 16, 2018
[WordPress] Migrated from All in One SEO Pack to Yoast SEO
Migrating a WordPress SEO plugin from All in One SEO Pack to Yoast SEO after Twitter Card errors appeared.
Sun, January 8, 2017
[WordPress] How to Support Accelerated Mobile Pages Using the AMP Plugin
Adding AMP support to WordPress and fixing disallowed tags flagged by AMP Test.
Sun, September 1, 2013
[WordPress] Bogo Plugin for Easy Per-User Language Switching Between Japanese and English in Admin Dashboard
Switching WordPress admin dashboard language per user between Japanese and English with the Bogo plugin.
Tue, July 11, 2017
4 min read
[WordPress] Couldn't Edit Category from Admin Panel, So Resolved by Updating Database
Working around a WordPress category permission error by updating wp_terms directly in MySQL.
Sat, September 21, 2013
[WordPress] Solution for 'Could not remove old plugin'
Resolving WordPress 'Could not remove old plugin' with a chown to nginx.
Sun, October 7, 2012
[WordPress] How to Set Default Values for Article Content in New Posts (post-new.php)
A default_content filter snippet that prefills a new WordPress post body.
Fri, August 9, 2013
[WordPress] Disable wp-cron
A one-line wp-config.php change to disable WordPress wp-cron.
Sun, July 12, 2015
[WordPress] Disable XML-RPC
Disabling WordPress XML-RPC at the Nginx layer to mitigate DoS abuse.
Tue, July 23, 2013
[WordPress] 'Duplicate Post' Plugin for Duplicating Articles
Duplicating WordPress posts with the Duplicate Post plugin's Clone and New Draft actions.
Sat, September 14, 2019
Easy Table of Contents - WordPress Plugin for Displaying Table of Contents
Setting up Easy Table of Contents to auto-generate a WordPress post TOC.
Tue, August 27, 2019
[WordPress] How to resolve Facebook Sharing Debugger 'The following properties are required: fb:app_id' error
Fixing Facebook Sharing Debugger's fb:app_id error with Yoast SEO.
Mon, February 13, 2017
Free WordPress Cache Plugin Comparison
Comparing free WordPress cache plugins from an Nginx + PHP-FPM operator's perspective.
Fri, March 27, 2015
[WordPress] Hew - User-Friendly Theme for Mobile Devices
Hew — a lightweight responsive WordPress theme suited to mobile-first sites.
Tue, March 15, 2016
Set WordPress author name to be hidden
Hiding the WordPress author name on single-author sites via a theme option.
Sat, March 9, 2019
What's the Recommended VPS for Hosting WordPress for US Audience?
Comparing Amazon Lightsail, DigitalOcean, and Linode for hosting WordPress targeted at a US audience.
Tue, March 17, 2020
How to Send Emails (Newsletters) with WordPress + MailPoet 3
How to send newsletters with WordPress and MailPoet 3, plus the merits and demerits I ran into using it.
Sat, October 6, 2012
Migrated WordPress from CORESERVER to Sakura VPS
A rough memo of migrating WordPress from CORESERVER to Sakura VPS, centered on the DB dump and import.
Wed, December 14, 2016
WordPress files and database automatic backup and upload to Google Drive
Automating WordPress file and MySQL backups to Google Drive with the gdrive CLI and cron.
Sun, September 15, 2013
5 min read
Steps to Build WordPress Environment with Nginx + php-fpm + MySQL on CentOS 6.3 (Sakura VPS)
Building a WordPress environment with Nginx + php-fpm + MySQL on Sakura VPS running CentOS 6.3.
WordPress Server Migration Procedure
A memo on migrating a WordPress site between servers via mysqldump and tar.
Sat, August 27, 2022
Removed WordPress Plugin 'ShareThis Dashboard for Google Analytics' and Installed 'Site Kit by Google'
Replacing a broken ShareThis Dashboard for Google Analytics install with Google's official Site Kit plugin.
Tue, July 16, 2019
[WordPress] Make Your Site PWA Compatible with Super Progressive Web Apps Plugin
Enabling PWA on WordPress with Super Progressive Web Apps, and fixing the Nginx-side manifest error.
Sun, April 12, 2015
[WordPress] How to Implement Twitter Cards Using the Official Twitter Plugin
Adding Twitter Cards to WordPress in three steps using the official Twitter plugin.
Fri, June 9, 2017
WordPress 'Currently under maintenance, temporarily unavailable.' - How to fix
Recovering a WordPress site stuck on the maintenance message by deleting the .maintenance file.
Fri, April 4, 2014
[WordPress] Sample using category name in backlink (external link) text
A sample of injecting the current category name from get_the_category() into the anchor text of an outbound link.
Thu, October 24, 2019
[WordPress] Fixed Email Sending Issue with WP Mail SMTP Version 1.7.0
How I fixed WP Mail SMTP 1.7.0 by swapping the From Email and From Name fields back to their correct values.
Sat, December 22, 2012
[WordPress] Steps to add a 'Send with LINE' button to WPTouch
Adding a 'Send with LINE' share button to WPTouch, and making it open in a new tab.
Sat, June 4, 2022
WP Mail SMTP Authentication Gmail Password Uses Google App Password
Generating a Google App Password so WP Mail SMTP can authenticate against a 2FA-protected Gmail account.
Sun, March 2, 2014
[WordPress] Changing 'WP-OGP' Thumbnail Image og:image
How I replaced the WP-OGP default thumbnail by changing the image filename and updating wp-ogp.php.
[WordPress] Solution for WP Super Cache WPTouch Error
Fix the WPTouch helper plugin error when combining WP Super Cache and WPTouch by enabling it in WP Super Cache settings.