In this article, let’s talk about custom post types. What are they, why we need them, how to create them programmatically, and have a look on its anatomy in case you want to have custom design templates for the pages generated by the custom post type.
Wordpress Plugins
[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.
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.