Picture galleries are an important part of a WordPress blog. They allow you to group together pictures, and render them using a variety of compelling scripts.
Shiba and Siberian rendered using Noobslide Gallery.
You may display your picture album in a slide-show format, book format, thumbnail format and much more. Depending on your gallery plugin, you can zoom in, scroll, or otherwise navigate through all the pictures on your gallery.
To the right, we display a photo gallery of my dogs using the TinySlideshow javascript and the Shiba Gallery Plugin.
Indeed, WordPress galleries are very powerful and an essential part of any blog.
But who says galleries should only contain pictures?
I started thinking about this after reading this excellent comment and list of suggestions by Keoshi. In it, he pointed me to some interesting pages that rendered a series of galleries together in a thumbnail type format. The pages were somewhat reminiscent of the WordPress native gallery, except instead of showing a series of images/attachments, it showed a series of galleries.
This made me think – should WordPress galleries only contain pictures?
Could galleries also contain posts, pages, other galleries, and pictures? With the new post thumbnail interface introduced in WordPress 2.9, this could be a very powerful addition to a blog.
Why? … The possibilities are endless.
You could render your front-page, category pages, and tag pages in a totally different way, all by just using image gallery display scripts. For example, below, we include a gallery of my most recent blog posts.
<< Previous
Next >>
Happy Halloween! This years Halloween theme features two vampire ladies with devil wings. They are sexy, and beautiful, but watch out! ... They have very sharp FANGS! For more Vampire Girl pictures visit my art site. Previous Halloween themes - Sexy Red Devil Mistress of the Night Halloween Blood Halloween Vampire Girl ...
<< Previous
Next >>
When we go into Settings >> Media from our WordPress dashboard, we get to set three standard image sizes for our WordPress blog - Thumbnail size, Medium size, and Large size. Next time we upload an image, the image will be saved in its natural size (i.e., Full size) as well as in the three standard image sizes set above. For example, uploading...
<< Previous
Next >>
The main addition to this update is the ability to order images within gallery objects. Shiba Media Library was tested on WordPress 3.2. [Full description of the Media Library Plugin] Order Images Within Gallery Objects We may now easily reorder images within a Gallery object. Simply drag the image that you want to reorder and drop it...
<< Previous
Next >>
I created this theme for my Shiba Media Library Plugin. As such, it includes elements of music and film. For more MP3 girl pictures visit my art site. MP3 Girl Theme images were created with Carrara, Photoshop, and 3D-models from Daz 3D. The header and footer of this page will automatically rotate through the different MP3 Girl...
<< Previous
Next >>
There are a variety of administrative WordPress hooks that are applied on a page by page basis. Some good examples can be found in the WP_List_Table object. Example hooks based on screen ID manage_{$screen->id}_columns - Add or delete columns from various administrative pages. views_{$screen->id} - Display the number of objects belonging to...
<Playback
Stop
Play >
To render this gallery using the Shiba Gallery Plugin, we just use the gallery shortcode below:
[gallery type="nativex" numberposts="5" recent="1"]
We can also render the same gallery using NoobSlide, or any other available image gallery script.
[gallery type="noobslide_slideviewer" numberposts="5" recent="1" size="(300,225)"]
An Example Shiba Gallery Blog
- Here is an example blog front-page rendered using an expanded version of the WordPress native gallery and the Shiba Gallery Plugin.
- Here is an example blog category page rendered using an expanded version of the WordPress native gallery and the Shiba Gallery Plugin.
[gallery category="109" type="nativex" numberposts="15" post_type="post" order="DESC"]
This is just the beginning … there is much more that you can do once you open up picture galleries to more than just pictures.
Related Articles
<< Previous
Next >>
NoobSlide is one of the most versatile, efficient, and compelling Javascript galleries I have seen. Many thanks to its creators for making something so awesome! NoobSlide is now part of the Shiba Gallery Plugin so that you may insert its galleries into your blog with a simple WordPress gallery shortcode. Below are the 8 common NoobSlide examples...
<< Previous
Next >>
[Most recent Shiba Gallery Plugin description.] There are many gorgeous Javascript libraries for rendering a gallery of images, but thus far, I have been unable to find a WordPress Gallery plugin that allows me to easily integrate multiple gallery styles within a single blog. Thus ... the Shiba WordPress Gallery Plugin was born. The Shiba Gallery...
<< Previous
Next >>
The Shiba Gallery Plugin allows you to display your WordPress galleries using a variety of Javascript libraries including Noobslide, TinySlideshow, SlimBox, Popeye, Picture Slides, and the WordPress native gallery. You can display as many galleries as you want, and have different types of galleries within the same blog page. Here is a detailed...
<Playback
Stop
Play >
We have a few people who would like to enable comments on their photo galleries. It seems to me that this means each photo needs to be a post or could there be a better way to achieve this?
Essentially the new(ish) Facebook photo viewer is what we’re trying to achieve in the simplest way possible. Any thoughts on this?
Hello Lee,
That would depend on what photo galleries you are using.
In general, images/image attachments are already stored as ‘post’ objects within the WordPress database. As such they already have built-in capabilities to support commenting. Some WP themes may not display commenting options for image-attachment objects though. If that is the case, you only need to add commenting into the appropriate theme template.
Hello, this is really cool! I’ve installed your Shiba Media Library and Shiba Gallery plugins, on a wordpress 3.0.1 setup. The nativex and noobslide_2 type options don’t work for me. Am I supposed to install some javascript code somewhere to get it to work?
I have written a plugin to create a Video custom post type to allow metadata to be added along with attached videos and poster images, and generate some video sitemaps from that; now I’m planning on using the Open Video Project code to render those in HTML5 video with flash fallback. I’m wondering how I can extend your gallery plugin to add a type=’video’ option that will render the video using the OVP javascript? I’ll dive into your source code to see how it works, but any tips?
That is strange. Do the other noobslide options work? Noobslide uses mootools, so it could be a conflict with javascript installed by another plugin.
I should write a tutorial on expanding the plugin but haven’t gotten to it yet. Here is a short description on how to expand gallery types -
http://shibashake.com/wordpress-theme/super-wordpress-gallery-plugin#comment-1812
However, the plugin only provides support functions for processing images. For video, it may be easier and cleaner to just build a separate plugin and use a different shortcode.