1.
The easiest way is to use the plugin “Admin Columns”, to show the picture in columns https://wordpress.org/plugins/codepress-admin-columns/
2.
You also can code your own admin page with the function add_submenu_page().
http://codex.wordpress.org/Function_Reference/add_submenu_page
You can create a query, loop through the posts and show the pictures.
Related Posts:
- add_image_size() for specific Post Types
- Creating an Image-Centric Custom Post Type?
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- How can I remove the “Add New” button in my custom post type?
- How to disable generation of default image sizes for some custom post types?
- Change the edit page for a custom post type?
- How do I filter the excerpt metabox description in admin?
- List most recent image uploads, but only for specific custom post type
- How to add a CSS class to every image in a Custom Post Type
- Is it OK to move admin menu items?
- Hide/Show only specific categories in wp-admin new-post.php
- WordPress Custom Post Type Admin Page really slow
- WP Admin default view mode for Custom Post Type
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- Extract image src from a post and send it to an external form
- Removing Image Sizes for Custom Post Type
- How to programatically set the post title of a CPT on wp-admin
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- Uploaded image not appearing in custom post type
- Changing the header on post listing page in admin area
- WordPress User Roles, Custom Post Types, and Admin views
- Return Attachments from Custom Post Type
- Show hierarchical relationship between to custom post types on admin list
- Show Custom Post Type values in WordPress grid view
- Set Custom Image Size Just For Specific Custom Post Type
- WP-Admin edit.php & post.php slowdown after import of 10k users
- How to customize admin posts based on the user who is logged in
- Change post featured image on hover
- Change headers in admin posts list
- Admin notice not displaying
- submenu item edit a specific post
- Remove rows in the manage post/page view
- Custom Image Thumbnails of Different Sizes
- How to avoid manage posts screen duplicates when two plugins use the same library
- Display post meta on edit page in admin
- How to move image thumbnails into custom folder for custom post type
- Modify action buttons for custom post type
- uploading images to specified directories
- Hide editor while keeping add media button in custom post type
- Add a button or image button that calls wp functions in the wp-admin
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Selecting a post in Dashboard
- How to Create an Image Upload Box for Custom Posts?
- Custom admin post.php page
- Custom Taxonomy back-end customizations
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Add custom image size for custom post type or taxonomy
- How to automatically set ‘default image size’ for specific Custom Post Type
- CPT post count is 0 for the authors in the User list
- Tracking changes in admin-page so user gets warning when leaving the page
- Possibilities for the edit.php admin panel? [closed]
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- WP-ADMIN – Listing all CPT in “posts” listing
- Problem: wp_query outputs all images on site
- Grouping of CPTs and taxonomies into menu groups in admin
- Adding custom image sizes and post types to a plugin or to a theme?
- Creat new admin url for custom post type
- Custom Field values not Showing in Edit Page of Custom Post Type
- Custom WP_Query doesn’t display all posts
- Is it possible to add posts and images (auto resize) for custom post types with a script?
- Copy order items with metadata between orders – Woocommerce
- Change link for “add new” buttons on custom post type
- How do I edit the WordPress post.php file?
- Add data to post edit page, when post is published
- Custom capabilities not reflecting on admin panel
- How to limit what Editors see in the admin?
- Change Post Meta via AJAX from the posts list table
- Thumbnails Not Generating
- Custom Attachment Type
- Sort by post word count in admin area
- Returning an image url from its attachment ID using a custom post type plugin
- How to display magic field’s custom write panel in wordpress theme?
- Change ordering of fields of custom post type in admin page
- Not Able to Add New Class To CPT Attachment Image
- Admin slow on Postlist (over 30k Posts in Database)
- Put featured image under post title in admin area
- list articles in admin showing nested categories or slugs?
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Add Custom Field in Product in WP Admin and send to Order Webhook
- Publishing failed. The response is not a valid JSON response
- How to overwrite function to display parent page combobox for custom post type in Edit Post Page?
- How do I create a customised table list of a custom post type (in the admin area)?
- Change picture attachment meta of all occurrences of a picture
- Media is not showing on post page
- How to redirect from wp-admin/edit.php to a frontend page for specific custom post type?
- exclude admin archive edit screen
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Looping through image object using ACF and CPT UI [SOLVED]
- Custom post meta box as a sub form
- Displaying image instead of post label in wordpress
- Add filter button to custom post type in admin area
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- Edit is changing my custom’s post type parent id
- Working with gallery shortcode and get gallery images
- Change the text on the Publish button
- Show posts of parent in edit.php
- How to Create a Frontend Html-list Editable in the Backend?
- Allow authors to create article image
- Add Image field to CPT
- Using wp_insert_post to create custom posts with ACF image field