Creating a custom Gutenberg block isn't an easy feat especially if you are not comfortable with JavaScript. We will you guide you slowly through the process
If you need a complex front-end feature in WordPress, don't use jQuery. Get a proper library like Vue! We will learn how to set it up in this article.
We are often blinded by these fancy Block editor that we forgot about shortcode. It's very easy to implement and highly reusable. What's not to like?
CSRF is the most common vulnerabilities found in WordPress plugins. And Nonce (number used once) can fix that. Let's learn how!
PHP is infamous to be a messy language. And WordPress runs on PHP which inherits the same problem. Let's learn how to avoid that
Have you seen a new section gets loaded without a page refresh? This technique is called AJAX and we will learn how to do that
Wordpress REST API is a very powerful tool with the right implementation. Learn how to create custom GET and POST request here.
Comment form in WordPress is... adequate. It does its job but has a lot of room for improvement. And our first step is implementing better formatting like Markdown.
Have you ever tried modifying the Customizer section? It is unnecessarily complex. Learn about a shortcut to simplify them here.
CSS Variable has taken the frontend development by storm. I was skeptical of it because I'm used to Sass variable. But it's more powerful than that.