WordPress Developer Ukraine, Kyiv
Register a custom post type in WordPress the right way

Register a custom post type in WordPress the right way

WordPress ships with two built-in content types — posts and pages — that cover the standard blogging and static content use cases the platform was originally designed for. As WordPress evolved into a general-purpose content management system and application framework, developers began building sites that needed to manage fundamentally different types of structured content: real…
Query posts by custom taxonomy term in WordPress

Query posts by custom taxonomy term in WordPress

WordPress taxonomies are one of the most powerful content organization tools the platform provides. Categories and tags are the built-in examples, but developers regularly register custom taxonomies like genre, location, brand, or project-type alongside custom post types. At some point in almost every WordPress project you need to fetch all posts that belong to a…