Banner for Wp Plogger
Allow Plogger, the open-source photo gallery, to be called by placing the shortcode [wp_plogger] in a page. Wordpress Tutorial
Noted That:
  • To install correctly this wp-plogger.zip .
  • Fisrt Download the wp-plogger.zip to your computer
  • Extract/Open wp-plogger.zip to Your Computer.
  • Then, Find readme.txt file inside wp-plogger.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wp-plogger.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wp Plogger

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Plogger

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Plogger

Step-5 : Now, Browse " wp-plogger.zip " Downloaded plugin from your computer, Where you downloaded " wp-plogger.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Plogger

Step-6 : Now, Click on " Active Plugin "

Activate Wp Plogger

Step-7 : Then, See left Side Menu. " Wp Plogger " folder is added on left Side Menu. Now, Click on " Wp Plogger " folder.

Noted that: If you do not see " Wp Plogger " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Plogger Configurations and Settings or How to work " Wp Plogger " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP Plogger " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP Plogger
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  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

    // 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).


Name