Want to have a different image for the Cover block on Desktop and Mobile? Visit us to learn how.
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…
Dark Mode has risen in popularity in the past few years. But developing it can be difficult. We will take a look at 2…
Headless WordPress is more powerful than most people thought. But integrating WP Login Authentication with Vue is quite tricky. Learn more in this tutorial.
Learn how to use Github to automatically deploy your WordPress theme changes based on commit.
You won't understand the importance of backup until an accident struck hard. This simple and free plugin could be your life-saver. Install now!
Combining Vue and Webpack is very powerful. It allows you to create .vue file that contains HTML, JS, and CSS in one place.
In the past eight months, I have stopped using Timber in my WordPress projects. Hold on to your pitchfork! Let me explain. It is…
It's fine to use jQuery, especially in a WordPress environment where it's included by default. But it will be very beneficial if you learn…
One way to patch Gutenberg's lack of features is to use custom block styles. But most themes are not utilizing it properly. We will…