Hi,
I need to add a portfolio custom post type and this one has to be hierarchical.
Unfortunately, the box to choose the parent does not appear in the admin.
There is my code to declare the custom post type: Code on pastbin
I tried to call the function is_post_type_hierarchical('portfolio') and that returns true ...
So, the problem seems to come from the administration.
Thanks for your help :)