Can some one let me know how I can create custom Category and Post type including the items in side the red box and add them to WordPress dashboard?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Long explanation
Below an example code:
And for the categories:
Of course, you can customize it, instead of “demo” having something else.
Short explanation
You need to add ‘taxonomies’ => array(‘category’) in your register_post_type() function.
Let us know please.