Add Custom Taxonomy Terms to Custom Post Type in Genesis Theme WordPress

To add in custom taxonomy terms into custom post types in Genesis WordPress theme you need to create a function with a conditional that equals the custom post type then set the post meta using shortcode which includes the taxonomy terms, then apply a filter to the result to the genesis_post_meta function in your functions.php file. You can choose to have the custom … Continue reading Add Custom Taxonomy Terms to Custom Post Type in Genesis Theme WordPress