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 […]
WordPress Themes
5 Ways to Migrate WordPress Sites
In this post, I would like to share some methods when migrating the WordPress host.
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.
reCaptcha v3: How to implement on WordPress custom forms to stop bot signups
In this article, let’s discuss how to implement reCaptcha v3 on a custom forms and the differences among the reCaptcha versions.
WordPress: How to make the functions.php less messy
I have been working with WordPress for a while and one thing that irritates me is that the functions.php contains a lot of codes. This makes the file looks messy and hard to follow. Check out from here some methods to improve this.