I’d like to add a second custom WordPress image uploader to the WP admin panel sidebar that will upload images to a specific directory. To be more specific I am designing a custom theme for a client and I have set up a custom Nivo Slider with a custom PHP function in the #slider div that pulls all images from a certain directory i.e. /wp-content/themes/my-theme/images/slider and displays them in the Nivo slider. How would I create a panel in the admin panel menu bar that would allow my client to upload new images to /wp-content/themes/my-theme/images/slider?
Thanks y’all!
JWinton
I think it’s not necessary to use a theme folder to hold some slider pictures.
You can use a post or a page to be the “gallery holder” (it can even be left as draft), and pull its image attachments like this: