If you think Yoast is good, then you will be blown away with this plugin. Read more to learn why and how to migrate your SEO settings.
If you have a simple ACF Repeater Field, try replacing it with a plain Table. Other than being easier to edit, the performance is much better.
Instead of saving the Field Groups setting into the database, you can do so in your theme folder.
Composer is a command-line tool to manage 3rd party PHP libraries. But not many people know that it can be used for WordPress plugins and themes.
I often see a site unknowingly load both desktop and mobile images. But that is understandable since the way image loading works is quite weird.
There will always be a case in which the widget or the addons you are using does not match your required design.
One convenient way to figure out Timber's stuff by yourself is to dump the variable and methods. We will show you how in this article.
Update 11 Aug 2020: WordPress 5.5 introduced native lazy loading by adding loading="lazy" attribute to all images. So you no longer need to create your own. Lazy-load is…
C9 Blocks plugin comes in handy with its pre-loaded page and section templates to speed up the process of building page.
Every WordPress site built with Timber needs Global variable because there is always some data that appears in every page like Menu and Widgets.
There are a lot of plugins to disable Gutenberg editor. But the code to disable it is actually very short and simple. So no need for plugin, just…
WAMP is a lightweight and really fast PHP Server for Windows. It's not designed specially for WordPress so you need to do extra steps to make it work.