WordPress Advanced
If you are a developer or an advanced user, you can not miss this section.
How to Create a Menu in WordPress with Full Site Editing
In this post we explain each of the steps followed to create a menu similar to the one on our home page with a Full Site Editing theme.
DevTips – How to Compile Your Assets Efficiently
Be careful when defining your own webpack config file: compilation times can skyrocket! Follow this tip to keep them under control.
How Do I Change My Website to Full Site Editing (FSE)?
If you are thinking of renewing the theme of your WordPress website for one of complete edition of the site, here we explain the steps to follow.
How to Create Better Components with TypeScript and React Hooks (II)
Learn how a good type definition in TypeScript will guide your plugin development by looking at a real example: Nelio Popups.
How to Create Better Components with TypeScript and React Hooks (I)
A good type definition of your application will guide its development and result in better software. Let’s talk about TypeScript.
Can AI create a better web page than you?
We used an AI-based web page generator to create a version of one of our pages and tested it with an A/B test.
Finite State Machines with @wordpress/data and TypeScript
A finite state machine is a mathematical model you can use to define the state of your apps precisely. Discover how to create one with @wordpress/data and TypeScript.
Create A/B Tests Quickly with WordPress Block Patterns
Learn about the advantages of block patterns when creating A/B tests on your website to improve conversion.
How WebP Images work in WordPress
One of the new features that came with WordPress 5.8 is WebP image support. Here’s what you need to know about this new feature.
How to Customize Nelio Content’s Quality Analysis
Nelio Content’s Quality Analysis helps you write better code and reminds you of any relevant tasks you should address before publishing a new post. Learn how you can customize it here!
How to work with WordPress blocks outside Gutenberg with Node.js
The blocks of the Gutenberg editor in WordPress can be used outside the editor itself in Node.js using official NPM packages.
All You Need to Know About WordPress’ get_template_part() Function
Discover what WordPress’ get_template_part function and how it can help you to organize your theme into different template partials.