Category: Tutorials

hands on a laptop keyboard

How to include Advanced Custom Fields (Free) in a custom WordPress plugin with Composer?

Including ACF Pro in a WordPress project via Composer is already a simple task, but recently, a client project required me to include the free version of Advanced Custom Fields in a plugin I'm working on for them. WordPress Packagist makes this very easy when running Composer on a WordPress installation, but by default, it will install any plugin dependencies in `/wp-content/themes`. In this short tutorial, I'll show you how to include the free version of Advanced Custom Fields in a custom plugin.

See more...How to include Advanced Custom Fields (Free) in a custom WordPress plugin with Composer?
female software engineer coding on computer

How to create custom post types without plugins in WordPress

WordPress is a highly versatile content management platform that allows us to create different types of content for our website. One of the most powerful resources is Custom Post Types, which enable us to create personalized content types for our site without needing to install a plugin. In this tutorial, we will learn how to create Custom Post Types without plugins in WordPress.

See more...How to create custom post types without plugins in WordPress
close up photo of person typing on laptop

How to create a WordPress REST API plugin with CRUD operations on a custom table

Create your own WordPress plugin to manipulate custom data with the REST API! Our step-by-step tutorial will guide you through creating an endpoint that enables CRUD operations on a custom table. Learn how to create, read, update, and delete data flexibly and securely. Enhance your website's functionality and efficiency with this powerful tool!

See more...How to create a WordPress REST API plugin with CRUD operations on a custom table