Forums

Missing Meta Boxes in Admin Pages for Custom Post (3 posts)

  1. carnini
    Member
    Posted 1 year ago #

    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?

  2. jkovis
    Member
    Posted 1 year ago #

    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.

  3. carnini
    Member
    Posted 10 months ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic