Copy custom post types and admin

the custom post types won’t show until you call register_post_type.

http://codex.wordpress.org/Function_Reference/register_post_type

this was either done in a plugin or the theme that you were previously using. if you are no longer using those you will have to activate it again yourself. i suggest making it a plugin (and possibly even an mu-plugin)