SEO Image Galleries

Software Screenshot:
SEO Image Galleries
Software Details:
Version: 2.0.1 beta
Upload Date: 5 Jun 15
Developer: Marty Thornley
Distribution Type: Freeware
Downloads: 2

Rating: nan/5 (Total Votes: 0)

ALT attributes and URL's can be customized to allow for keyword rich names, even without trying.

The gallery admin section permits the user to upload and organize galleries and images, customize all settings, publish or unpublish them and much more.

The default version comes with one gallery type and two skins. Every player will be skinable with CSS, including the option to add a skin within any theme folder.

Using the Shortcodes in a page or post:

[seo_gallery category="category_name" gallery="gallery_name"]

Displays the gallery called 'gallery_name' from the 'category_name' category.

You could also include a skin like this:

[seo_gallery category="category_name" gallery="gallery_name" skin="new"]

and control placement of the thumbnails (top or bottom) like this:

[seo_gallery category="category_name" gallery="gallery_name" skin="new" thumbnails="top"]

Add one of the three sizes: small (620px wide), medium (880px wide) and large (920px wide) like this:

[seo_gallery category="category_name" gallery="gallery_name" skin="new" thumbnails="top" size="small"]

The skin and thumbnails arguments are both optional. By default thumbnails are on the bottom and the default skin is used.

Using the Template Tag in your theme:

<?php seo_gallery('category_name', 'gallery_name'); ?>

Displays the gallery called 'gallery_name' from the 'category_name' category.

You could also include a skin like this:

<?php seo_gallery('category_name', 'gallery_name', 'new'); ?>

and control placement of the thumbnails (top or bottom) like this:

<?php seo_gallery('category_name', 'gallery_name', 'new', 'bottom'); ?>

Add one of the three sizes: small (620px wide), medium (880px wide) and large (920px wide) like this:

<?php seo_gallery('category_name', 'gallery_name', 'new', 'bottom', 'small'); ?>

The skin and thumbnails arguments are both optional. By default thumbnails are on the bottom and the default skin is used.

Installation:

Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.

What is new in this release:

  • Fixed bug in default skins.

Requirements:

  • WordPress

Similar Software

Other Software of Developer Marty Thornley

Comments to SEO Image Galleries

Comments not found
Add Comment
Turn on images!