Post Notif Plugin WordPress, Download, Install

Post Notif Plugin WordPress

Notify subscribers when you publish new posts.

Post Notif Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/post-notif/

How to Install Post Notif Plugin, Manually

Download and Install

  1. Go to “Plugins > Add New” in your Dashboard and search for: Post Notif
  2. Click the “Install Now” button for the Post Notif plugin
  3. See the appropriate section below (“Single Site – Activate and Configure” or “Multisite – Activate and Configure”) BEFORE activating

OR

  1. Download post-notif.[version_number].zip from the WordPress.org plugin directory
  2. Extract post-notif.[version_number].zip into a directory on your computer
  3. Upload the post-notif directory to your plugins directory (typically ../wp-content/plugins)
  4. See the appropriate section below (“Single Site – Activate and Configure” or “Multisite – Activate and Configure”) BEFORE activating

Single Site – Activate and Configure

  1. Activate the plugin in the Plugins admin menu (Plugins >> Installed Plugins)
  2. Choose the one bullet item below that best represents your configuration and perform the steps specified for it:
  • If you are using permalink settings OTHER THAN the “Plain” (Settings >> Permalinks >> Common Settings >> Plain [radio button]), everything should work fine (the .htaccess file’s regular expressions will handle the plugin’s URLs)

    1. Configure options (Settings >> Post Notif)
    2. Add and configure widget (Appearance >> Widgets)
  • If you ARE using the “Plain” permalink settings (Settings >> Permalinks >> Common Settings >> Plain [radio button]) and don’t mind changing your URL formatting, select another option under “Common Settings” and Save Changes. If WordPress tells you that it is unable to automatically update your .htaccess file, due to permissions issues, manually make the changes it prescribes to your .htaccess file. The Post Notif plugin should work fine now.

    1. Configure options (Settings >> Post Notif)
    2. Add and configure widget (Appearance >> Widgets)
  • If you are deliberately using the plain permalink settings and want to keep it that way, you’ll need to manually modify (or, if it does not exist, create) your .htaccess file in your site’s root directory (where wp-config.php also resides), so that it contains:

    1. Add the following to .htaccess:

      # BEGIN WordPress
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteRule ^index.php$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      </IfModule>

      # END WordPress

      • NOTE: If your blog resides in a subdirectory (e.g. “http://blogname.com/blogdir”), you’ll want to use the following for .htaccess (instead of what’s shown above), replacing ‘blogdir’ (on lines 4 and 8) with the literal subdirectory name:

        # BEGIN WordPress
        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /blogdir/
        RewriteRule ^index.php$ - [L]
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /blogdir/index.php [L]
        </IfModule>

        # END WordPress

    2. Configure options (Settings >> Post Notif)
    3. Add and configure widget (Appearance >> Widgets)

Multisite – Activate and Configure

  1. If your .htaccess file is similar to the recommended default (https://codex.wordpress.org/htaccess), everything should work fine (the .htaccess file’s regular expressions will handle the plugin’s URLs)
  2. Be sure you ONLY activate it for one or more individual sites – DO NOT “network activate” it (there is not yet a way for plugin authors to disable this option which is why it is even available for this plugin)
  3. Configure options (Settings >> Post Notif)
  4. Add and configure widget (Appearance >> Widgets)

Video

Screenshots

Post Notif Plugin WordPress

Post Notif Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *