I’ve got a custom post type that is going to be showcasing images that users have submitted, at the moment, check the images that users have uploaded is a boring task – I have to go into each post, check the featured image, then publish.
Ideally, I’d love to be able to show this custom post type like this in the admin:
in wish I pull through the featured image and can publish or delete it there and then. Rather than the former way of handling it.
Is there way of customising custom post type pages? I’m yet to find any solutions to this. Any links or code is greatly appreciated!