A simple and user-friendly WordPress plugin for managing and displaying assets like logos, comic book covers, and graphics with multiple download formats.
Developed by SureFire Studios
- Simple Asset Management: Easy-to-use admin interface
- Multiple Download Formats: Support for web low-res, high-res, and print-ready files
- Dark Mode Optimized: Clean design that works with both light and dark themes
- Mobile Responsive: Fully responsive design for all devices
- Search Functionality: Built-in search to help visitors find assets quickly
- Drag & Drop Ordering: Easily reorder assets in the admin panel
- WordPress Integration: Uses WordPress media library and follows WordPress standards
- Upload the
asset-managerfolder to your/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to 'Asset Manager' in your WordPress admin menu to start adding assets
- Go to Asset Manager in your WordPress admin menu
- Fill in the asset title and optional description
- Upload files using the "Select File" buttons:
- Preview Thumbnail: Choose the image that will display in the gallery
- Low-Res File: Web-optimized version (JPG/PNG)
- High-Res File: Higher quality web version
- Print Ready File: Print-quality file (PDF/EPS/TIFF)
- Customize download button labels if needed
- Click "Add Asset" to save
Use the shortcode [asset_gallery] on any page or post to display your asset gallery.
[asset_gallery]- Display all active assets[asset_gallery limit="10"]- Display only 10 assets[asset_gallery search="false"]- Hide the search box
- Edit: Click the "Edit" button next to any asset
- Delete: Click "Delete" to remove an asset (confirmation required)
- Reorder: Drag and drop assets using the handle (⋮⋮) to change their order
- Toggle Visibility: Uncheck "Active" to hide an asset from the public gallery
The plugin is designed to be:
- Theme-agnostic: Works with any WordPress theme
- Dark mode optimized: Automatically adapts to user's color scheme preference
- Accessible: Follows accessibility best practices
- Performance-friendly: Optimized for fast loading
asset-manager/
├── asset-manager.php # Main plugin file
├── admin/
│ └── admin-page.php # Admin interface
├── public/
│ └── public-display.php # Frontend gallery display
└── assets/
├── admin-style.css # Admin styles
├── admin-script.js # Admin JavaScript
├── public-style.css # Frontend styles
└── public-script.js # Frontend JavaScript
This plugin is designed to be simple and self-contained. For customization or issues:
- Check that all files are uploaded correctly
- Ensure your theme supports WordPress standards
- Verify that you have proper admin permissions
- Test with a default WordPress theme to isolate theme conflicts
For professional support and custom development, visit SureFire Studios.
- WordPress 5.0 or higher
- PHP 7.0 or higher
- Modern web browser with JavaScript enabled
Asset Manager is developed by SureFire Studios - Professional WordPress development and digital solutions.
GPL v2 or later