MB Admin Columns for default post type page meta

Support MB Admin Columns MB Admin Columns for default post type page meta

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12106
    CursorCursor
    Participant

    Is it possible to get a default meta field like the post type page's Featured Image (key: _thumbnail_id) to show its thumbnail version in the admin columns without modifying how the existing meta field works? If so, what would the code look like? I was able to get the key _wp_page_template to work using the type 'text', but using the type 'single_image' or other types did not work.

    #12107
    CursorCursor
    Participant

    Scratch that, the key _wp_page_template isn't working either using the type ‘text’ since it uses a select element with options populated based on the existence of page theme template files. Is it possible to get existing meta like this to show as page admin columns without modifying the existing fields?

    #12142
    Anh TranAnh Tran
    Keymaster

    Hi Darren,

    The only way to do this is via a custom code. Please take a look at this docs. You might need to write your own code to output the default field.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.