This route which make living the WordPress life much easier, and much faster than with FTP.
Wordpress
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.
[WordPress] Redirect archive 404 pages to blog post page
This post shows you how to make a redirect that all 404 archive pages will be forwarded to the blog post page, or a new page that you define.
Code refactoring: When and How
In general, code refactoring refers to the process of changing bad codes into cleaner, purposeful, human-readable, reusable code in order to be cost effective, easy to maintain and collaborate, and probably a better performance.