WordPress add wp media

I want to add a media screen to upload photos to a custom post type. I did search the internet but found the solutions were bit an pieces.

What I plan to do – Add Media Screen to Custom Post Type

1) When click on the Add Media – media screen will apppear
2) User can select a photo and when a photo is selected, it will replace the previous photo.

wordpress - add wp media screen to a custom post type
when click on the add media button, a media screen will appear
wordpress - media screen appear on custom post type
media screen appears after clicking on the button.
wordpress - select new photo
wordpress – select new photo
wordpress - new photo replaced the previous one
wordpress – new photo replaced the previous one

How To Do It?

1) Add below javascript

2) Enqueue the script

3) Add this PHP codeĀ  to your plugin

Code Explanation

All the codes are self explanatory and with comments. I just want to highlight which code you can change the title of the media screen.

wordpress - wp media change its default title
wordpress – wp media change its default title

 

References:

https://stackoverflow.com/questions/21540951/custom-wp-media-with-arguments-support