Building Product Documentation with MkDocs
There's a popular maxim that "a product is as good as its documentation". This holds true as much for software as it does for physical products. As a small, indie developer who doesn't specialize in...
View ArticleBuilding a WordPress User Login Counter Plugin
WordPress is arguably the most popular content management system on the web. According to Forbes, over 60 million websites globally are powered by it. Numbers like this show that WordPress is no doubt...
View ArticleBuilding a Multi-step Registration Form for WordPress
The default login, registration and password reset forms included in WordPress (outside the website developed with it) often do not conform to the design and branding of the site. In the past when...
View ArticleThe Definitive Guide to WordPress Custom Post Types
Gone are the days when WordPress was referred to as just blogging software. The ability to extend its functionality via plugins and themes, group posts or structured data into various types and also...
View ArticleWordPress Custom Post Types – Notices and Taxonomies
In my previous post, I introduced custom post types (CPT) and how to create one for your WordPress powered website. We also took a look at how to customize the various UI labels of a custom post type...
View ArticleDemystifying the WordPress Hook System
If you've been developing websites with WordPress (including plugin and theme development) chances are you’ve heard these terms: Hooks, Actions, and Filters. These are part of the Event-driven...
View ArticleAlternative Ways of Triggering Events in WordPress
In the first part of this series on the WordPress hook system, we learned about the WordPress hook system and the two types of hooks actions and filters alongside some code examples of how they work....
View ArticleUnderstanding Namespaces in the WordPress Hook System
Hooks are a fundamental concept for WordPress developers. In previous articles on SitePoint, we’ve learned what hooks are and their importance, the two types of hooks: actions and filters with code...
View ArticleAdding Meta Boxes to Post Types in WordPress
If you’ve ever used WordPress to build a website for yourself or a client, or you work for a company whose website is powered by WordPress, you would have seen and used meta boxes. In the past, we’ve...
View ArticleAdding a Contextual Help Tab to Custom Post Type Screens
That little “Help” tab that sits in the top-right corner of the WordPress admin dashboard which, when clicked, reveals helpful information about the various admin pages and how they work is referred to...
View Article