https://github.com/pontusab/wordpress-post-gallery-class
A simple yet nice to have gallery function for the edit-screen. Let's you upload/edit/reorder and save images to posts and pages.
https://github.com/pontusab/wordpress-post-gallery-class
Last synced: 16 days ago
JSON representation
A simple yet nice to have gallery function for the edit-screen. Let's you upload/edit/reorder and save images to posts and pages.
- Host: GitHub
- URL: https://github.com/pontusab/wordpress-post-gallery-class
- Owner: pontusab
- Created: 2013-07-28T22:51:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T21:55:00.000Z (over 11 years ago)
- Last Synced: 2025-06-26T18:17:49.860Z (19 days ago)
- Language: PHP
- Size: 1.83 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Follow these steps:
* [Download the latest release](https://github.com/pontusab/WordPress-Post-Gallery-Class/archive/master.zip).
* Go to `/wp-content/plugins/` in terminal.
* Clone the repo: `git clone git://github.com/pontusab/WordPress-Post-Gallery-Class.git`.
* Add `new WPgallery( 'page' );` to your functions.php.
* Change 'page' to any post type.
* To get the attached imaged use: `` where size is the same as your own defined sizes or WordPress 'thumbnail' and so on.## Screenshots
#### Gallery in admin



## Authors
**Pontus Abrahamsson**
+ [http://twitter.com/pontusab](http://twitter.com/pontusab)
+ [http://github.com/pontusab](http://github.com/pontusab)## Copyright and license
Copyright 2013 Pontus Abrahamsson.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.