To transform the post title into different style, for example uppercase, you don’t need to use any plugin. In this article I will show you how to do it simply by using WordPress filter. What we are going to do is to add a filter hook, so that the title of a post will go […]
Wordpress
[WordPress] How to use Polylang to translate Woocommerce variable products
Using Polylang to translate Woocommerce simple products is quite straightforward. But for variable products, it is a bit tricky. In this article, you will see steps by steps how to use Polylang to translate Woocommerce variable products. Polylang and Woocommerce Polylang is a plugin to have your website in multilanguage as it lets users create […]
WordPress functions returns with var_dump (TO BE CONTINUED)
Sometimes you may want to know what a function outputs. Here is hopefully a good cheatsheat for you. get_terms Purpose: Get the term for a specific taxonomy (Developer page). Output If term found, return an array of WP_Term object If term does not exist, return WP_Error object Example use: Find top-level terms from a category […]
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.