Custom Post Type
-
Hello, i use a custom post type named “mikrofon”.
I extended the usp_post_type() function by an array. It works. Now I would like to integrate the categories of this post type (taxonomy: “mikrofonkat”) to display the categories in the admin panel. In the usp_post_category_options () function, I extended the array $cats – $cats = get_categories (array (‘hide_empty’ => 0, ‘taxonomy’ => ‘mikrofonkat’)); Now I see these categories in the admin panel. Unfortunately, these are not displayed in the frontend, in the form. In which function can i influence the display and, last but not least, the storage of the categories? Thanks for help!
The topic ‘Custom Post Type’ is closed to new replies.