Plugin info

Total downloads: 1,548
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 6/29/2013 (4568 days ago)
Added to WordPress: 1/9/2012 (13 years old)
Minimum WordPress version: 3.2.1
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4568 days ago

20/100

Is WP Plogger abandoned?

Possibly abandoned (last update 4568 days ago).

Compatibility

Requires WordPress: 3.2.1
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Allow Plogger, the open-source photo gallery, to be called by placing the shortcode [wp_plogger] in a page. Plogger will then be embedded in the page correctly, and will become part of your WordPress website rather than sitting outside it.

NB: there are many better gallery plugins available for WordPress, and Plogger doesn’t appear to be being maintained any more; I personally like NextGEN Gallery. Plogger can still be useful though, especially for those “Trade/Media” areas that allow journalists to download lots of product images, but I now have a plugin that lets you do that with NextGEN Gallery: NextGEN Download Gallery.

Installation

  1. install Plogger into a subfolder, following the Plogger documentation
  2. install and activate this plugin
  3. tell this plugin where Plogger is, under Settings / WP Plogger (just the name of the folder containing Plogger, e.g. plogger, trade-media, photos/gallery)
  4. replace Plogger’s index.php file with the code below (or just copy the file plog-index-php.txt from the plugin folder to the Plogger folder, and rename it index.php)
  5. create a page with the same slug as the Plogger folder, and add [wp_plogger] to its content

    <?php
    // replace the contents of index.php in the plogger folder with this,
    // so that WordPress can render the page correctly
    define(‘WP_USE_THEMES’, true);
    require dirname(dirname(FILE)) . ‘/wp-blog-header.php’;

You will most likely want to customise the Plogger theme, which can be done either by adding some CSS to your WordPress theme to override Plogger’s CSS, or by writing a custom Plogger theme (see the Plogger website).

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.2 [2013-06-29]

  • fixed: valid nonce handling in settings screen
  • changed: stop messing with PHP error levels, which was hiding some warnings
  • changed: dust off the aging code a bit, refresh external links

1.0.1 [2012-04-06]

  • fixed: use plugin_dir_url() to get url base (SSL compatible)

1.0.0 [2012-01-08]

  • final cleanup for public release