Project Category Archive Navigation with 4 Column Grid
Build a project archive with an All link, project_cat term navigation, active archive classes, and a responsive 4 column project grid using native WordPress archive queries.
Practical WordPress snippets from real client builds, written to drop into production themes, child themes, and custom components.
Build a project archive with an All link, project_cat term navigation, active archive classes, and a responsive 4 column project grid using native WordPress archive queries.
A focused pre_get_posts helper for changing archive page sizes per post type without touching admin screens, secondary queries, or unrelated blog archives.
A clean, well-commented boilerplate for registering custom post types in WordPress — with proper labels, REST API support, archive configuration, and filter hooks for child theme overrides.
Register a custom taxonomy in WordPress using register_taxonomy() — hierarchical (category-like) or flat (tag-like), with full i18n labels, REST API support, and permalink slugs.
Register a custom menu location with register_nav_menus(), then render it in your template with wp_nav_menu(). Includes fallback handling and a full production header nav.