Good Old Gallery helps you use galleries on multiple pages and posts, it also uses jQuery plugins for sliding and fading transitions.
Good Old Gallery is a WordPress plugin that helps you upload image galleries that can be used on more than one page/post, it utilizes the built in gallery functionality in WP. Other features include built in Flexslider and jQuery Cycle support and Widgets.
good-old-gallery
to the /wp-content/plugins/
directoryTo use your new gallery in a page/post you use the [good-old-gallery]
shortcode, use the generator to build one.
You can make your own themes, just create a gog-themes
directory in either wp-content
or your active themes directory, and the plugin will automatically find any themes located there.
Creating a theme is rather simple, just start out with one of the themes found in the themes
catalog in good-old-gallery
.
The structure of a theme is:
gog-themes |- my-theme/my-theme/*.* (any image resources used in theme-name.css) |- my-theme/my-theme.css (this is the only required file) |- my-theme/my-theme.png (preview in with size 300x150 px, must be a png)
Fill in the file headers in the css, only Style Name and Class are required, but the more you fill in the better.
Now add some css to style your Good Old Galleries.
When using an image in your css you should use url(theme-name/image-name.png)
without quotes. This is to allow the cached css file to add absolute paths to your images.
If you enable all themes on the settings page and build the css cache, you can use [good-old-gallery theme="theme-class"]
to use per gallery themes.
You are also given a new widget called Good Old Gallery, use it in regions where a selected gallery always should be shown.
The FAQ is currently empty.
gog-themes
directory.wp-content/gog-themes
or wp-content/themes/[active-theme]/gog-themes
, see Installation for more info.