Is it possible to create an image gallery in Wordpress, which is managed by the administrator through its own page / panel. I'm not talking about creating a new post and adding custom html for each image. I mean, do you have a page in the admin that has the ability to upload and manage your images?
If possible, how are you going to create such a custom page? I understand the PHP part of uploading and processing images, but I don’t know how to integrate it with wordpress. I don't need a complete tutorial on how to do this, but if you could just point me in the right direction, that would be great.
One problem that immediately comes to mind is whether it is possible to update Wordpress to break code? Since I assume that you need to edit admin files directly, and you cannot just do this from your own template?
source
share