A professional WordPress gallery management system designed for accessibility and ease of use. Perfect for photographers, organizations, and anyone needing to manage and display photo collections.
- Intuitive Gallery Management: Simple drag-and-drop interface for organizing photos
- Accessibility-First Design: WCAG 2.1 compliant with screen reader support
- Multiple Import Options: Import from Google Photos, Apple Photos, and RSS feeds
- Advanced Display Options: Grid, masonry, and slider layouts with responsive design
- Performance Optimized: Automatic image optimization and lazy loading
- Widget Support: Easily add galleries to sidebars and widget areas
- Bulk Operations: Efficiently manage large photo collections
- Shortcode Support: Simple integration with posts and pages
- WordPress 5.0 or higher
- PHP 7.4 or higher
- MySQL 5.6 or higher
- Advanced Custom Fields Pro
- 64MB+ WordPress memory limit
- ModRewrite enabled
- Download the latest release
- Upload to your WordPress site
- Activate the plugin
- Navigate to Photo Minder → Settings
- Enter your license key
- Configure your preferences
// Optional: Add to wp-config.php for custom limits
define('MMPHOTO_MAX_UPLOAD_SIZE', '10M');
define('MMPHOTO_MEMORY_LIMIT', '256M');
- User Guide - For end users managing galleries
- Site Owner Guide - For website administrators
- Developer Guide - For developers extending the plugin
- Translation Guide - For translators
# Clone the repository
git clone https://github.com/memberminderpro/mmp-photo-minder-pro.git
# Install dependencies
composer install
npm install
# Build assets
npm run build
# PHP Unit Tests
composer test
# JavaScript Tests
npm test
# End-to-end Tests
npm run test:e2e
# PHP Code Standards
composer run-script phpcs
# JavaScript Linting
npm run lint
We welcome contributions! Please see our Contributing Guidelines for details on:
- Submitting bug reports
- Development workflow
- Making pull requests
- Code review process
MMP Photo Minder Pro is licensed under the GPL v2 or later.
See LICENSE for the complete license text.
Please report security issues privately to [email protected]. Please do not create public issues for security vulnerabilities.
MMP Photo Minder Pro is developed and maintained by Member Minder Pro, LLC.
Made with ❤️ by [Member Minder Pro, LLC](https://memberminderpro.com)