I’m working on a project that will require two separate galleries to be displayed on the same post. One gallery is specific to the product and the other is professional generic shots. The content of both galleries will change with every post.
I need to figure out how to show two separate galleries on a post and repeat this process daily.
The only way that I can think of is to store images in another post (post-b) and insert post-b using either @MikeSchinkel’s or @Scribu’s post to post connector.
What would you do?
If possibile, use NextGen Gallery plugin, to manage the gallery, and with the help of custom fields, manage it in the post
You can create two custom fields, like:
and fill it with the nextgen gallery ID. You can do a custom metabox with a select box, if you want.
The in the frontend code, use
Hope this it helps.
Bonus: there are many nextgen gallery plugins that let you change how the gallery is rendered to the user.