Creating a Wordpress masonry style gallery with a lightbox that only cycles through images with the same category/tag -


i trying create wordpress image gallery few things no 1 plugin seems on own.

basically want to: 1. split media library categories/albums 2. display every image albums mixed on same page in masonry style layout (an image category a, image category b, image category c etc etc) 3. bring lightbox when image clicked cycles through images same category

the difficulty i'm not sure begin, i'm looking ideas on how should approach it. starting plugin separates media library categories/albums place start? native wordpress masonry/tiled gallery , lightbox adapted rest?

update: i've registered new taxonomy applies attachments, images belong categories

really sorry not giving better starting point!

to sum understanding of need: need posts, attached images belong categories.

replying points:

  1. forget splitting media library;
  2. you loop through posts;
  3. you install simple lightbox gallery plugin , loop posts need.

to accomplish this:

  1. register custom post type (which saw did);
  2. create custom posts, associate images , give them category;
  3. install masonry (doesn't matter way looks right now) , loop featured images;
  4. with lightbox plugin, pass id of clicked item, go category , loop users can check images of same categories.

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -