MeldCE / wp-gallery-hierarchy

A simplistic gallery plugin for Wordpress that stores images in a hierarchical folder structure.
GNU General Public License v2.0
1 stars 1 forks source link

Implement storage of images and folders as custom post types #32

Open bytesnz opened 9 years ago

bytesnz commented 9 years ago

Store images and folders as custom post types. Store folders as a custom post type(?) and images as attachments. Use parent_post to store hierarchy information.