=== Gallery Widget === Contributors: Oliver Schaal Website link: http://blog.splash.de/ Author URI: http://blog.splash.de/ Plugin URI: http://blog.splash.de/plugins/gallery-widget/ Tags: gallery, widget, image, attachment, media, upload Requires at least: 2.5 Tested up to: 2.5.1 Stable tag: 0.5.7 License: GPL v3, see LICENSE Simple widget to show the latest/random images of the wordpress media gallery (Wordpress 2.5++) == Description == Gallery Widget is a simple plugin that let you show the latest/random images of the wordpress media gallery inside a widget or directly in your templates (it is possible to choose some categories to be included/excluded). For more information on how to use this plugin see [http://blog.splash.de/plugins/] == Installation == 1. Upload the 'gallery_widget' folder to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in the WordPress admin 3. Go to Design->Widgets, activate the "Gallery Widget", adjust the title and max number of images to your needs or 3. use the php-function in your template. == Frequently Asked Questions == = How can i adjust the look of the Widget? = Just use the CSS-Class "wGallery" to alter the ul- or li-tags. = How can i get only the images of one/some categories? = Use the category-option include or exclude and enter the id's separated by comma in the options of the widget. Using include or exlcude causes more sql-queries, is slower than the base function. You should only use it if you're blog doesn't have to much traffic and/or your host can handle it :) == Changelog == 0.5.7 - [FIX] On option "all categories" a debuginfo was shown 0.5.6 - [NEW] New Option, now you can decide if the Widget is shown on all pages or the frontpage only 0.5.5 - [NEW] Option to include or exclude categories of posts (see FAQ) 0.5.4 - [NEW] "selecting" post-categories to be used to get attachments 0.5.3 - [NEW] It is now possible to get "latest" or "random" Images