Home About Skills Products Work
Projects Services Experience
Learn
Tutorials Courses Blogs Resources
Contact
Blog

Writing & Insights

Articles on web development, tools, and lessons learned.

5 articles · browse by category or tag below

Popular Articles

Results

How to Register a Custom Post Type in WordPress (Step-by-Step)

The complete register_post_type() walkthrough, including the rewrite-rules gotcha that causes a confusing 404 every time.

Getting Started with Advanced Custom Fields (ACF) in WordPress

Getting Started with Advanced Custom Fields (ACF) in WordPress

Field groups, repeaters, displaying ACF data in templates, and registering fields in code so they ship with your theme.

Writing Custom Functions in WordPress: A Beginner's Guide to functions.php

Writing Custom Functions in WordPress: A Beginner's Guide to functions.php

Actions vs filters, safe functions.php structure, and the defensive habits that keep a single typo from taking down your site.

WordPress for Developers: Hooks, Actions, and Filters Explained

WordPress for Developers: Hooks, Actions, and Filters Explained

The mental model behind every WordPress plugin and theme — and how to create your own hooks so others can extend your code too.

Building a Custom WordPress Theme from Scratch

Building a Custom WordPress Theme from Scratch

The minimum required files, the template hierarchy, the Loop, and correctly enqueuing assets — a real custom theme, not a page builder.

Esc