WordPress Custom Post Type Admin Page really slow

Removing the hierarchical parameter from the register_post_type function call did the trick, as per vancoder’s suggestion. On the back end, looking at what the hierarchical option does (set the new post type to behave like the page post type) tells me that it probably shouldn’t have been set in the first place.

Leave a Comment