Order a custom post type admin screen by a second custom post type title
It seems like your mixing slug and post-type. Slug is used to identify a page/post when some entering it into the browser (very related to a permalink). A post type is used to identify what kind of post that is stored in the wordpress database. post_clauses is used if you want to change several things … Read more