• Resolved unknownclubber

    (@unknownclubber)


    Hi all,

    I’ve successfully created a custom post type, but i want to add the categories created for standard posts in edit page.
    Is it possible and how do i get this ?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter unknownclubber

    (@unknownclubber)

    Ok, resolved !

    I had :
    ‘taxonomies’ => array( ‘post_tag’, ‘category’)
    instead of
    ‘taxonomies’ => array( ‘category’, ‘post_tag’)

    Now it works …

Viewing 1 replies (of 1 total)
  • The topic ‘Add existing categories to a custom post type’ is closed to new replies.