Installing FW Gallery on WordPress
FW Gallery is installed as a standard WordPress plugin using the built-in plugin uploader.
- Download the FW Gallery plugin package from fastw3b.com.
- In the WordPress admin, go to Plugins → Add New.
- Click Upload Plugin at the top of the page.
- Select the downloaded ZIP file and click Install Now.
- Once installation completes, click Activate Plugin.
After activation, FW Gallery appears as a top-level menu item in the WordPress admin sidebar.
Admin Sections
The FW Gallery admin interface provides the following sections, accessible from the FW Gallery sidebar menu:
- Dashboard — overview of your gallery installation
- Files — upload and manage images and files
- Categories — create and organise gallery categories
- Tags — manage file tags
- Settings — global configuration options
- CSS — custom stylesheet overrides
- Translation — manage interface text
System Requirements
- WordPress 5.6 or higher
- PHP 8.1 or higher
- MySQL 5.7 or higher
- GD or Imagick PHP extension for image processing
Quick Start
Follow these steps to display your first gallery on a page:
- Go to FW Gallery → Categories and create a gallery category.
- Go to FW Gallery → Files, upload your images, and assign them to the category.
- Create or edit a WordPress page and insert the shortcode [fwmg_categories] into the content area.
- Publish the page and view it in the browser.
To display a specific gallery rather than all categories, pass the category ID in the shortcode:
- [fwmg_categories category_id="1"] — displays the gallery with ID 1
- [fwmg_categories category_id="1,2,3"] — displays multiple galleries
All gallery output on WordPress is controlled through shortcodes inserted into page or post content. See the Shortcodes section for the full list of available shortcodes and parameters.