• Hi All,
    I have an odd issue.
    I have a wordpress blog and on my Custom Post type pages in the admin center, it is not showing many of the Meta boxes, like it does for the posts, and pages types/ These would be revisions and the the likes.
    I looked at screen options and they are not even listed there on my custom post, but they are for my pages and posts.
    So odd, anyone help on this one?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to add something like 'supports' => array( 'author', 'revisions', 'thumbnails' ) to the arguments array that you pass to register_post_type since only title and editor are the defaults.

    Thread Starter carnini

    (@carnini)

    Sorry for the late reply, this was exactly what I was looking for and wanted to say thanks. I used it when you posted it and it worked just great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing Meta Boxes in Admin Pages for Custom Post’ is closed to new replies.