Banner for Wp Lopa
This plugin inserts pagination to your blog, archives and search results based on logarithmic calculation for a more evenly distributed link-juice. Wordpress Tutorial
Noted That:
  • To install correctly this wp-lopa.zip .
  • Fisrt Download the wp-lopa.zip to your computer
  • Extract/Open wp-lopa.zip to Your Computer.
  • Then, Find readme.txt file inside wp-lopa.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-lopa.zip " to Your Local Computer.

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

Login to Wordpress Wp Lopa

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

Go to Plugin Install Wp Lopa

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

Click Upload Button Wp Lopa

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

Upload Plugin Wp Lopa

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

Activate Wp Lopa

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

Noted that: If you do not see " Wp Lopa " 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 Lopa Configurations and Settings or How to work " Wp Lopa " 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 " Logarithmic Pagination " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Logarithmic Pagination
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Unzip wp-lopa.zip.
  2. Upload wp-lopa to the /wp-content/plugins/ directory
  3. Activate the plugin through the Plugins menu in WordPress
  4. Change Settings on Settings -> Log. Pagination and/or implement template-tag respectively
  5. Remove the original pagination code from the template files. Depending on your themes structure they can be located in files named loop.php , index.php , archive.php , date.php , search.php , author.php or others.
  6. Add some CSS to make it all pretty. To make it easier here is some sample-code:

    .assistive-text { display: none; }
    .paging-navigation ul {
    list-style: none;
    }

    .paging-navigation li {
    float: left;
    }

    .paging-navigation .current {
    }

    .paging-navigation .paginate_link {
    }

    .paging-navigation .prev {
    }

    .paging-navigation .next {
    }

Here is some sample HTML output:





Name