/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.

Primary LanguagePHP

Installation

Follow these steps:

  • Download the latest release.
  • 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: <?php echo WPgallery::images( $size ); ?> where size is the same as your own defined sizes or WordPress 'thumbnail' and so on.

Screenshots

Gallery in admin

Alt text Alt text Alt text Alt text

Authors

Pontus Abrahamsson

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

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.