Tagged Questions
0
votes
0answers
14 views
Bring up the media uploader on click
In my theme's options page. I want to have a textfield where a user can enter a http path to an image.
and
have a button beside it which brings up the media uploader (library) where a user can ...
3
votes
1answer
12k views
How to use media upload on theme option page?
I want implement upload logo to my theme option page. Currently I follow this code
What I have done for now load a related jquery for the media upload
function load_only() {
add_thickbox();
...