
Creating Custom Gutenberg Blocks with block.json
Following the updated norms in WordPress Gutenberg, custom blocks should now be registered using a block.json file. In this guide we'll go into details on how to go about this.
Following the updated norms in WordPress Gutenberg, custom blocks should now be registered using a block.json file. In this guide we'll go into details on how to go about this.
This tutorial is for you who want to implement an autocomplete search in WordPress, where we are in full control of the returned matches.
Ever wanted to make a nice column-presentation of posts with category filters above that shuffles and filters the posts with an nice animation? Then this is the tutorial for you.
A look into WordPress Gutenberg's new block patterns, in the eyes of a developer. We'll look into what they are, what they can be used for, and a deeper look into how to write code for them.
How to install and set up a webserver application on your computer (both in Windows and MacOS), including how to solve the problems that may come with.
In a recent WordPress update it is now possible and pretty simple to add custom meta fields to menu items. In this post we'll learn how to add our custom settings to menu items, update their settings, and finally how to take the meta data in use.
With some PHP code it's really easy to dynamically populate an Advanced Custom Fields (ACF) value or choices. You can do this for any kind of inputs, including the choices of radio, checkboxes and similar. In this post we'll look at how.
A tutorial in how you can add custom WooCommerce tabs to products. See how easy it is to do this with Advanced Custom Fields plugin and a bit of code.
Explains how to disable specific blocks in WordPress Gutenberg, and how to add and define block templates for post types. All in PHP.
How to add Fontawesome icons to menu items. We use Advanced Custom Fields to allow defining classes. It's easy to adjust the code for SVG icons or similar.