Banner for Plugin List Generator
Allows the user to insert a list of plugins from wordpress.org on page/post using shortcodes. Wordpress Tutorial
Noted That:
  • To install correctly this plugin-list-generator.zip .
  • Fisrt Download the plugin-list-generator.zip to your computer
  • Extract/Open plugin-list-generator.zip to Your Computer.
  • Then, Find readme.txt file inside plugin-list-generator.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 " plugin-list-generator.zip " to Your Local Computer.

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

Login to Wordpress Plugin List Generator

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

Go to Plugin Install Plugin List Generator

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

Click Upload Button Plugin List Generator

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

Upload Plugin Plugin List Generator

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

Activate Plugin List Generator

Step-7 : Then, See left Side Menu. " Plugin List Generator " folder is added on left Side Menu. Now, Click on " Plugin List Generator " folder.

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



Guide
  1. Install the plugin either by uploading the contents of
    plugin-list-generator.zip to the ‘/wp-content/plugins/’ directory
    or by using the ‘Add New’ in ‘Plugins’ menu in WordPress
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Parameters

  • author , term and tag – author, term or tag that will be used in the to search. Choose only one paramater since the search function will be use one of them.
  • num – maximum number of plugins to be displayed (default: 25).
  • list_markup – when used the plugin will generate a html ordered or unordered list. Options can be ul or ol .
  • expire – number of minutes for cache expiration. The plugin will perform a search in wordpress.org and store the result and use it during the expiration duration (default: 1440).
  • exclude – comma-separated list of plugin slugs that will be excluded from the list.
  • only – comma-separated list of plugin slugs, that when used, the list will only display info of plugins specified by the slugs.
  • name , description , slug , version , author , author_profile , requires , tested , rating , num_ratings , num_ratings , description , short_description – plugin data fields that can be used on the list.

Examples (Editor Visual Area)

Displays a list of 5 plugins that contains the tag spam.

  • [plg tag=’spam’ num=5][name] [/plg]

Displays a list of 3 plugins with their names and author profile urls and using the search term ‘search engine’.

  • [plg term=’search engine’ num=3][name] ([author_profile]) [/plg]

Displays a list of 5 names and slugs of plugins that contains the tag spam, excluding 3 plugins specified by their slug .

  • [plg tag=’user’ exclude=user-switching,ads-manager,role-scoper num=5][name] ([slug]), [/plg]

Examples (Editor Html Area)

Displays a list of 3 plugins with their names, their versions, using the search term ‘cache’ and cache expiration duration of 30 minutes.

  • [plg term=’cache’ num=3 cache=’30’] [name] ([version])
    [/plg]

Displays a html unordered list of plugins with their names (with a hyperlink) and small description where the author is ‘takayukister’.

  • [plg author=’takayukister’ list_markup=ul] [name] – [short_description][/plg]

Displays a html unordered list of 2 plugins (specified by their slugs) with their names (with a hyperlink) a version where the author is ‘takayukister’.

  • [plg author=’takayukister’ only=contact-form-7,camper list_markup=ul] [name] (v. [version])[/plg]

Name