linuslundahl / good-old-gallery

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 support and Widgets.
http://unwi.se/good-old-gallery
0 stars 1 forks source link

Good Old Gallery

Version 2.1.3

[Flattr this git repo](https://flattr.com/submit/auto?user_id=linuslundahl&url=https://github.com/linuslundahl/good-old-gallery&title=Good Old Gallery&language=&tags=github&category=software)

The version hosted at GitHub is still in development and may contain bugs and unfinished code. Use at own risk!

Get the latest stable version from wordpress.org.

Change Log

2.1

2.0

Theme structure

Custom themes can be stored in two locations. wp-content/gog-themes or wp-content/themes/[your-theme]/gog-themes.

The theme structure is:

../gog-themes/theme-name/theme-name/*.* (any image resources used in theme-name.css)
../gog-themes/theme-name/theme-name.css (required)
../gog-themes/theme-name/theme-name.png

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.

See themes located in good-old-gallery/themes for reference on how the theme info in the css file should be formatted.