Version 2.1.3
[](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.
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.