Tutorials
Tutorials on various aspects of WordPress and Online Marketing.
Advanced TypeScript with a Real Example (Part 2)
Partial objects, polymorphic functions, discriminated union types… Discover what these advance techniques are and learn how to apply them in TypeScript with this step by step tutorial.
David Aguilera
Advanced TypeScript with a Real Example (Part 1)
Learn how to apply TypeScript to an existing project with a real world example. This first part will introduce you to the real world example and will teach you how to improve it by defining domain types.
David Aguilera
Give More Style to Your Comment Form in WordPress
The comment form in WordPress is the place from where we receive feedback from our visitors. We redesigned it and tested the changes with an A/B test.
Antonio Villegas
6 JavaScript Features You Should Know
JavaScript is rapidly evolving and it’s not always easy to keep up to speed. In this post you’ll learn six features that’ll help you write better code that’s shorter and easier to understand.
David Aguilera
WordPress.tv as a learning platform
Not all WordPress experts publish tutorials about what they do, but they’ve probably given a talk at a WordCamp or a meetup. Learn from them in the videos posted on WordPress.tv!
Ruth Raventós
Testing the Performance of a Custom WordPress Sidebar
We tested the use of a custom sidebar on our WordPress blog posts to see if it helps us promote our products.
Antonio Villegas
How to Create a Settings Page in WordPress
Do you want to add a custom settings page in your WordPress plugin? In this post you’ll learn how to use the Settings API properly!
David Aguilera
How to Use Conditional Tags in WordPress
WordPress’ conditional tags are a set of functions that help you check certain properties or conditions of the content your visitors request.
David Aguilera
How to Add a Button to the Gutenberg Editor using @wordpress/scripts
Tutorial on how to extend the block editor using all the new features WordPress offers. In particular, we’ll see how @wordpress/scripts makes things extremely easy.
David Aguilera
How to Create and Customize WordPress Excerpts
WordPress excerpts display a summary of our posts. Learn how you can craft your own excerpts with Gutenberg or, even better, how you can customize automatic excerpts with some code.
David Aguilera
How to Use WordPress’ Privacy Policy System in Your Plugin
Privacy policies explain the data you collect about your visitors. If your plugin collects data, you should help your users update their privacy policies so that their visitors know what your plugin does.
David Aguilera
Create Pricing Tables With The Gutenberg Block Editor
This post explains the different alternatives you have to create pricing tables with the block editor.
Ruth Raventós