Support » Fixing WordPress » Show categories of a custom post type

  • I’m trying to make a little database for my website using the custom post types. so i created a post type “cinemas”, the categories are working as “cities”. I was trying to display the list of categories on my website, but it doesn’t work out.

    Is there something available in this way:
    wp_list_categories(array(‘post_type’ => ‘cinemas’));

    Or is there another way i could do this?

  • The topic ‘Show categories of a custom post type’ is closed to new replies.