I want my result like this
CodePudding user response:
I think 'supports' parameter missed in your custom post type. Just add following code where you registered your custom post type.
'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'comments', 'revisions', 'custom-fields', ),