开发者

Image gallery in wordpress

开发者 https://www.devze.com 2022-12-21 07:38 出处:网络
Is it possible to create an image gallery in wordpress that is managed by the admin via it\'s own page / panel.I am not talking about creating a new post and adding custom html for each image.I mean a

Is it possible to create an image gallery in wordpress that is managed by the admin via it's own page / panel. I am not talking about creating a new post and adding custom html for each image. I mean actually having a page in the admin that has the ability to upload and manage your images?

If it is possible how do you go about creating a custom page like this? I understand the PHP side of uploading and manipulating images, but I don't know how to integrate it with wordpress. I don't need a full blow tutorial on how to do this, but if you could just point me in the right direction that would be great.

One issue that comes to mind right away, is if this is possible would upgrading wordpress break the code? Since I assume you have to edit the admin file开发者_Python百科s directly and you can't just do it from your own custom template?


From playing around I found NextGEN Gallery (http://wordpress.org/extend/plugins/nextgen-gallery/) that has a tab in your admin panel. It looks like it would meet your needs.


You can manage all your media from the WordPress Media Library using tags if you install Tag Gallery

It requires the Media Tags plugin but it makes managing galleries so much easier and your using the built in media facilities of WordPress so it's not disjoint from the experience. There is a new version in the works that will offer much more impressive functionality as well.

Hope that helps.


There are a huge amount of image galleries for wordpress already made. Have a quick google for some (search "wordpress image gallery") and see if any of them are suitable (I'll be surprised if one of them isn't).

Failing that, you'll need to create yourself a Wordpress Plugin.


I've integrated ZenPhoto into my wordpress blog. It was pretty easy, would probably take you a few hours. The admin pages are completely separate from the wordpress admin pages, so you can easily give access to only one person.


You can create a custom post type called Gallery to manage create and manage image galleries. The post will have its own "Gallery" panel in the admin section and from there you can add new galleries just as you describe. There are lost of tutorials for creating gallery custom post types.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号