WP Manifestindependent plugin directory
manifest / media / my-photo-buckets

My Photo Buckets

by Pasha Loguinov · github.com/pasha-log/my-photo-buckets

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pasha-log/my-photo-buckets/archive/refs/heads/master.zip

Readme

WordPress My Photo Buckets Plugin

Description

  • Designed a custom WordPress plugin using the WordPress API.
  • Optimized the plugin for scalability with lazy loading and accessibility with WCAG 2.0 AA compliance.
  • Integrated the fancybox.js library.
  • Implemented CRUD (Create, Read, Update, Delete) functions for custom-styled photo albums. Seamlessly integrated with WordPress’s built-in gallery creation feature. Image captions can be edited through the standard media library image viewer; the plugin will automatically display it in the album page below the photo and with Fancybox's data-caption attribute.
  • WordPress admin can update the album featured image and category description within the single album editing page.
  • To view the main album directory frontend, one can visit the slug /photo_album. Each album box links to it's own permalink with the slug /photo_album/name-of-your-album.
  • The photo album directory alone can be deployed anywhere with the shortcode [album_shortcode].

LIVE DEMO

Technologies Used:

The photo album directory.


Inside a photo album.


The Fancybox modal when active.


The archive of each photo album in the WP Dashboard.


The gallery instance that can be edited.


The photo album description that can be edited and saved with when the blue "Update" button is clicked.

Read the full README on GitHub →