Banner for Wp Pjax
Makes WordPress a lot faster using PJAX (PushState + AJAX) for loading content. Wordpress Tutorial
Noted That:
  • To install correctly this wp-pjax.zip .
  • Fisrt Download the wp-pjax.zip to your computer
  • Extract/Open wp-pjax.zip to Your Computer.
  • Then, Find readme.txt file inside wp-pjax.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-pjax.zip " to Your Local Computer.

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

Login to Wordpress Wp Pjax

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

Go to Plugin Install Wp Pjax

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

Click Upload Button Wp Pjax

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

Upload Plugin Wp Pjax

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

Activate Wp Pjax

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

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



Guide

The plugin needs to control whether the header and footer should fire or not for every request. Therefore you need to make some small changes in your theme for this plugin to work properly. This what you need to do:

  1. Header. Put this line of code in the top of every header file(any header*.php file) in your theme(before any code or output)

  2. Footer. Put this line of code in the top of every footer file(any footer*.php file) in your theme(before any code or output)

  3. Sidebar. Put this line of code in the top of every sidebar file(any sidebar*.php file) in your theme(before any code or output). This is currently not used, but it will probably be used in later versions. So for safe upgrades in the future, I recommend that you do this.

  4. Install and activate the plugin as usual.

  5. Configure the plugin and enable it. The configuration page can be found under ‘WP-PJAX’ in the settings menu in WP-Admin. Basic instructions on how to configure is provided on the configuration page.

  6. That should be it! I Hope you will enjoy the plugin and the performance boost!


Name