Looking for a way to add categories and/or tags to static Pages in your Genesis site? Adding the following code in your child theme’s functions.php will add Categories and Tags support for static Pages display them below the content on Pages make the Pages appear on category and tag archives besides Posts To view the […]
register_taxonomy_for_object_type
Adding Categories support to a Custom Post Type in WordPress
When a CPT is manually created in WordPress using register_post_type function it can be linked to the built-in category taxonomy via When register_post_type() is defined without support for categories and is coming from a plugin that you can (should) not modify, it is still possible to add categories support to the CPT by adding the […]
Recent Comments