This plugin allows you to implement gallery page into your web site.
/wp-content/plugins/gallery-plugin/template/ directory to your templates directory.The multiple files upload is supported by all modern browsers except Internet Explorer.
This error says that your theme doesn't support thumbnail option, in order to add this option please find 'functions.php' file in your theme and add the following strings to this file:
add_action( 'after_setup_theme', 'theme_setup' );
function theme_setup() {
add_theme_support( 'post-thumbnails' );
}
After that your theme will support thumbnail option and the error won't display again.
Please open the menu "Galleries" and choose random gallery from the list. You should be redirected to the gallery editing page. There will be one or several media upload icons between the title and content adding blocks. Please choose any icon. After that you'll see a popup window with three or four tabs. Choose gallery tab and there'll be displayed attached files which are related to this gallery. You can change their order using drag'n'drop method. Just setup a necessary order and click 'Save' button.
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-25
Downloads: 83,311
0 of 5 support threads in the last three weeks have been resolved.
Got something to say? Need help?