Web Development Tutorials
//

Tag: Custom Post Type

Programming

Register a Custom Taxonomy in WordPress

Group your WordPress content your own way, beyond the built-in categories and tags. register_taxonomy() on the init hook creates a hierarchical Topic taxonomy —…

July 28, 2026

Programming

Register A Custom Post Type In WordPress

Add your own content type to WordPress by calling register_post_type() on the init hook. This gives you a Book type with its own admin…

July 19, 2026