Hi, Nice to see you again! Recently I have learned more about WordPress and feel extremely excited about it so I would like to share this positive energy to all of you. That’s why I think it would be fun to make simple plugins… I mean, to have a solution and to build it in […]
Wordpress Plugins
[WordPress] Create custom post type programmatically
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] 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.