Most of the plugins of gallery provide you facility for adding gallery but do not provide SEO friendly gallery URL. This plugin provides you extra SEO friendly features with adding gallery with lightbox on gallery images. "CP Image Gallery" add suffix (photos) behide all the gallery link for providing SEO frindly gallery url to make it unique. This Plugin let you add gallery with images from backend. And also provide feature for displaying all gallery at one place(Using Shortcode). This Plugin allows you to add lightbox on gallery images. "CP Image Gallery" also provides feature for adding SEO meta value for each gallery and also for diffrent post type. It provides pagination feature for gallery images. You can also resize gallery images from bacend feature. This Plugin provides run time image resize feature.
This plugin allows you to easily create an image gallery on any post, page or custom post type. Images of the gallery are can be added and previewed from the metabox. Images of gallery can be re-ordered by drag and drop.
Features:
- Add custom post type to add "Gallery" from admin area.
- Drag and drop re-ordering
- Add gallery to any post, page or custom post type
- Add pagination for gallery images
- Setting for adding number of images per gallery.
- Setting to turn on or off SEO support for adding meta keywords, meta description as well as meta robots
- If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
- CSS and JS are only loaded on pages where needed
- Images link to Popup(Lightbox) (can be turned off)
- Fully Localized (translation ready) with .mo and .po files
- Add multiple images to the gallery at once
- Support for fancyBox and prettyPhoto
- Uses the new WP 3.5+ media manager for a familiar and intuitive way to add your images
- Uses Run time image resizer to resize gallery images.
Usage
Galleries are automatically appended to the bottom of your post/page unless you use the shortcode below. Using the shortcode will give you finer control over placement within the content area. Plugin settings are located under Settings -> Media
Shortcode Usage
Use the following shortcode anywhere in the content area to display the all gallery list
[display_cpgallery]
Template Tag Usage
The following template tag is available to display all galleries at one place.
if( function_exists( 'cp_image_gallery_list_page' ) ) {
echo cp_image_gallery_list_page();
}
If you use the template tag above, you will need remove the default content filter:
remove_filter( 'the_content', 'cp_gallery_image_append_content' );
Developer Friendly
- Modify the gallery HTML using filters
- Developed with WP Coding Standards
- Easily add your preferred lightbox script via hooks and filters
- Easily unhook CSS and add your own styling
- Pass in a different image size for the thumbnails via filter
- Modify pagination query string in url.
- Modify slug from the gallery link url.