Gallery Navigation Plugin

May 10, 2008 · Print This Article

Picture of Gallery navigation PluginGallery 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: 41%

Gallery Navigation Plugin

May 10, 2008 · Print This Article

Picture of Gallery navigation PluginGallery 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: 41%


Possible Related Post:
Wordpress Plugin for Auto Nofollow and Opened in New Window
How to Install Wordpress Plugin Without Upload It
Test the limit post
Make Directory on Wordpress
How to avoid Wordpress Remote SQL Injection

Comments

9 Responses to “Gallery Navigation Plugin”

  1. pile » Blog Archive » gallery navigation wordpress 2.5 on May 10th, 2008 11:04 am

    […] Official Documentation […]

  2. baron on May 15th, 2008 9:33 pm

    hi. Thanks for plugin

    perfect.

    regards

  3. Blog da kullanılması gereken bazı eklentiler | Blog ve Bilgin Özdemir on August 8th, 2008 5:46 pm

    […] ismi: Gallery Navigation Plugin Versiyon: 1.0 Gelistirici: pile Aciklama: WordPress in galerisi için navigasyon […]

  4. Wordpress Plugins for Photo Galleries - Photoblogging Part II : Web Design Resources Blog & Graphics Blog with Lists of Web Site Design Tools on January 14th, 2009 3:33 am

    […] Gallery Navigation Plugin […]

  5. shiva on March 19th, 2009 6:32 pm

    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.

  6. ismail on March 22nd, 2009 12:20 pm

    hi, it just 10 image show when add the codes, but i want to show all images and paged, how can i fix it

  7. Bikram on April 7th, 2009 12:32 pm

    nice plugin mate..would install it soon. thanks for the great work.

  8. Web Tech on April 13th, 2009 7:20 pm

    @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

  9. sam on June 6th, 2009 12:44 am

    cant get the plugin to work … shows no change on pages

Got something to say?