https://github.com/toolstack/gallery-view
A gallery view for posts in the WP admin.
https://github.com/toolstack/gallery-view
wordpress wordpress-plugin
Last synced: 3 days ago
JSON representation
A gallery view for posts in the WP admin.
- Host: GitHub
- URL: https://github.com/toolstack/gallery-view
- Owner: toolstack
- Created: 2022-12-29T03:15:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T01:31:56.000Z (about 3 years ago)
- Last Synced: 2025-02-06T04:44:22.990Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://toolstack.com/gallery-view
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gallery View #
**Contributors:** [gregross](https://profiles.wordpress.org/gregross/)
**Tags:** admin, gallery, posts
**Requires at least:** 4.6
**Tested up to:** 6.1.1
**Stable tag:** 1.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
View posts in a gallery layout in the admin.
## Description ##
If your blog is primarily visually based? Do you have featured images on all of your posts? Is the default posts view less than intuitive for you?
Perhaps Gallery View might be able to help.
Gallery view adds a new view of your posts in a grid layout like a photographic contact sheet, letting you see your posts in a whole new way.
## Installation ##
1. Upload `gallery-view` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Gallery View can be accessed via the posts menu of the WordPress Admin under "Gallery".
## Frequently Asked Questions ##
### Does this work for other post types? Custom post types? ###
Not at this time.
### What happens if there isn't a featured image set for a post? ###
You'll get a checkerboard pattern displayed instead of the image.
## Screenshots ##
### 1. Gallery view. ###

## Changelog ##
### 1.2 ###
* Release date: Feb 1, 2023
* Added duplicate pagination controls to the bottom of the gallery view.
* Fixed blank display if the current page was past the last available page.
### 1.1 ###
* Release date: Jan 30, 2023
* Fixed incorrect page value used when submitting the filter form.
* Added post_status to filter form so current view is maintained when adding a filter.
### 1.0 ###
* Release date: Jan 4, 2023
* Initial release.
## Upgrade Notice ##
None at this time.