In this post, I would like to implement one small feature: when user clicks an image within my post entry, the image will be opened into a lightbox, so that it is bigger to see. This is useful in case the image has some small details that you would like users to see better. I […]
Backend
5 Ways to Migrate WordPress Sites
In this post, I would like to share some methods when migrating the WordPress host.
[WordPress] Difference between die() and wp_die()
WordPress uses PHP as the core language. So die() would be just fine to use. In fact, I have used it several times and did not notice any major bugs. Never wonder what is the real different between them before I tried the wp_die() yesterday. This is how it is different on the look: So, […]
Installing Revisr on Amazon LightSail WordPress Instances That Deployed With GitHub
This post is an extended article for the early post: WordPress Deployment Workflow: Amazon LightSail, GitHub and Revisr.
WordPress Deployment Workflow: Amazon LightSail, Github, and Revisr
This route which make living the WordPress life much easier, and much faster than with FTP.
Customizing WordPress Themes: Basic Principles & Examples
The purpose of this article is to provide some methods to customize a WordPress theme.