EN / ZH
Tag

WordPress Tips

10 posts

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 php....
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....
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....
Open All Links in WordPress Posts in a New Window
If you want all links in your WordPress posts to open in a new window, simply add the following code to your theme’s functions....
A Roundup of Plugins to Improve WordPress Security
Plugin 1: WordFence Security Features: Uses the Falcon Engine to dramatically boost site speed. Blocks unknown attackers in real time....
Custom Queries in WordPress
WordPress is an extremely popular CMS and blogging platform with powerful, thoughtful features. For instance,...
UpdraftPlus: Automate Your WordPress Site Backups
WordPress is more than just a blogging platform — it’s also an excellent lightweight CMS. Many non-blog websites are built with WordPress too....
WP Reposidget: Quickly Embed GitHub Projects in WordPress
Git is a distributed version control system, and GitHub is a platform for hosting code repositories with a web interface....
WordPress Shortcode to Hide Content on Mobile Devices
These days, more and more people are building blogs and websites with WordPress, and many have optimized their sites for mobile devices. However,...
Setting the Alt Attribute for WordPress Gravatar Avatars
WordPress uses Gravatar for commenter avatars — this is common knowledge. But have you noticed that Gravatar avatars have an empty Alt attribute?...