I am trying to an add upload media option for the user profile.Which i was achieved with the help of This Link
By adding the code given in the above link on my theme's functions.php i am able to see the extra added field on user profile section once i logged in with admin screen.
What I want is :I want to show the upload media option for the front-end user to add their video.
I am trying to an add upload media option for the user profile.Which i was achieved with the help of This Link
By adding the code given in the above link on my theme's functions.php i am able to see the extra added field on user profile section once i logged in with admin screen.
What I want is :I want to show the upload media option for the front-end user to add their video.
Share Improve this question asked Mar 9, 2017 at 7:38 Nitish PaswanNitish Paswan 1441 gold badge1 silver badge10 bronze badges2 Answers
Reset to default 1Use CMB2 library for Custom Field
https://github/WebDevStudios/CMB2/wiki/Adding-your-own-field-types
It is not a good idea to try to integrate wp-admin components to the front end of your site, It is easier, more reliable and more maintanable to simply create an upload form for the frontend of the site.
In fact, as soon as I googled it I found there is already a plugin to do exactly that. It looks to have solid ratings, many active installs and actively maintained.
Im sure extending this plugin to display a video the user uploaded to the site wouldn't be too much of an issue.