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 >>
Here, we consider how to expand the quick edit menu on our WordPress comments list screen. This earlier tutorial deals with how to expand the edit single comment screen. 1. Expand the Quick Edit Menu Interface We can add elements into the comments quick edit menu by hooking into the wp_comment_reply filter. This filter allows us to replace the existing menu with our own creation. However, since we only want to insert a few new elements, and keep the rest of the interface intact, we start by...
<< Previous
Next >>
As of WordPress 3.3, the Edit Comments Screen allows us to change the name, email, url, status, and text of a blog comment. If we are using the Akismet spam filter, then there will also be a Comment History metabox. Here, we describe how we can expand the Edit Comments Screen by adding a new metabox. For example, in the screenshot above, we added an Extra Arguments metabox to the Edit Comments screen. It allows us to change the - Comment Post - By changing the post ID that is associated with...
<< Previous
Next >>
Here is a detailed description of the Shiba Gallery Plugin. New features for Shiba Gallery 3.7 – 1. Control Thumbnail Size We can now specify thumbnail sizes for relevant galleries (Tiny Slideshow, Picture Slides, and Noobslide). Thumbnail size is set by using the tsize parameter, for example - The default tsize value is set to auto. This lets the plugin automatically determine a suitable thumbnail size, based on the total width of the gallery. Below, we have two identical Noobslide...
<< Previous
Next >>
The apple is a very popular and strong symbol. Most recently, the apple is well known as the logo of Apple Computers, which is now the largest public company in the world, i.e. biggest market capitalization. Apple products are everywhere - at home, at work, on the go, and all over the world. In fact, the apple symbol has long been used in Greek mythologies, fairy tales, and folklore. The apple is sometimes tied to positive traits including health, fertility, and beauty. However, it is also tied to...
<< Previous
Next >>
I wanted to create a simpler black and white theme. Since Easter is coming up, I thought it would be fun to create such a theme with bunny girls. Even though the two bunny girls look quite different, they are actually rendered using exactly the same face, and the same outfit. However, they have different hair, hair color, and outfit color. I think it is amazing, how much of a difference hair can make to a persons face! Related art and articles - Bunny Girl pictures. Previous Easter Angels theme. ...
<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 (with very slight modifications) integrated into the WordPress gallery system. I have also added 3 more galleries using the NoobSlide system that is reminiscent...
<< 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 Plugin operates on the WordPress gallery shortcode, so it will integrate seamlessly with the existing WordPress gallery system. In addition, it allows you...
<< 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 description of the Shiba Gallery Plugin. New features for for Shiba Gallery 3.3 - 1. Gallery Frames You may now assign a variety of styled frames to...
<Playback
Stop
Play >
Hey, very cool plugin. Any idea why i get all my galleries(whether i pick slimbox, popeye, etc) in a very small format?
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.