Gallery Navigation Plugin
May 10, 2008 · Print This Article
Gallery Navigation Plugin is a simple Wordpress 2.5 plugin that allows you to quickly add page navigation to your wordpress 2.5 gallery.
Installation
1. Upload `galnav.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place ‘<?php isgal($post->ID); ?>` before the contenty loop (the_content();)
in your post templates
Example:
<?php the_content(’<p class=”serif”>Read the rest of this entry »</p>’); ?>
4. Don’t forget to fill the Custom Fields
Key: isgallery
Value: true
The demo page can be seen here
Download Gallery Navigation Plugin
Give your feedback/comments, so we could develop this plugin more for you
Popularity: 17%






[...] Official Documentation [...]
hi. Thanks for plugin
perfect.
regards
[...] ismi: Gallery Navigation Plugin Versiyon: 1.0 Gelistirici: pile Aciklama: WordPress in galerisi için navigasyon [...]
[...] Gallery Navigation Plugin [...]
HI,
Demo is good. I modified post templates by adding ID); ?> as you said and i created a POST with custom feild also.
But, i didnot understand what to write into the POST. How did the plugin knows which gallery i want to show in POST.
hi, it just 10 image show when add the codes, but i want to show all images and paged, how can i fix it
nice plugin mate..would install it soon. thanks for the great work.
@ismail
try open the file and edit this part
//show how many pic to display
$showpic = 10;
@shiva
the plugin knows from the custom field
Key: isgallery
Value: true
cant get the plugin to work … shows no change on pages
For some reason the pagination isn’t working at all. I edited the showpic value, but it will only show what I input there. The pagination is missing.
If ONLY this worked with 2.8+ !
It’s SUCH a good plugin. Such a useful tool. A shame gallery pagination doesn’t come built in with Wordpress.
Are you going to update it?