Plugin Directory

PWGRandom

Display random photos from your phpwebgallery in your sidebar.

Download Version 1.11

  1. Upload pwgrandom.php to the /wp-content/plugins/ directory.
  2. Activate PWGRandom through the 'Plugins' menu in WordPress.
  3. Go to the Options menu and PWGRandom page.
  4. Feel the url and path information.
  5. What to do now depends on how up to date your theme is:

    Modern theme with widget support

    The plugin is a widget. If your theme supports widgets, and you have installed the widget plugin, adding the plugin to the sidebar is easy: Go to the presentation menu and drag and drop the widget into the sidebar. All done.

    Old school theme without widget support

    You need to insert the following code snippet into the sidebar template.
    wp-content/themes/name of theme/sidebar.php

    <?php if (function_exists('PWGRandom_display_picture')) 
        {
          PWGRandom_display_picture(); 
        }
    ?>
    

    Note : you can use the old school method to add this plugin where you want in your blog.

Requires: 1.5 or higher
Compatible up to: 2.5.1
Last Updated: 2008-5-13 Downloads: 383

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.