Banner for Authors Tag Cloud
Creates a template tag to create an author specific tag cloud and creates a new permalink structure to drill down into content by author and tag. Wordpress Tutorial
Noted That:
  • To install correctly this authors-tag-cloud.zip .
  • Fisrt Download the authors-tag-cloud.zip to your computer
  • Extract/Open authors-tag-cloud.zip to Your Computer.
  • Then, Find readme.txt file inside authors-tag-cloud.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 " authors-tag-cloud.zip " to Your Local Computer.

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

Login to Wordpress Authors Tag Cloud

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

Go to Plugin Install Authors Tag Cloud

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

Click Upload Button Authors Tag Cloud

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

Upload Plugin Authors Tag Cloud

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

Activate Authors Tag Cloud

Step-7 : Then, See left Side Menu. " Authors Tag Cloud " folder is added on left Side Menu. Now, Click on " Authors Tag Cloud " folder.

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



Guide

Before you install this plugin, the site you are planning to use it on must use a custom permalink structure. This plugin will not function on the standard WordPress install and use it you must change your permalink settings.

  1. Download and upload these files into /wp-content/plugins/ directory
  2. In the WordPress Admin goto plugins and activate this plugin
  3. class the function like this

(function_exists(‘author_tag_cloud’)){
author_tag_cloud( array(‘author_id’ => 1) );
}

You can read more about the parameters this function will accept here: http://www.refactord.com/plugins/author-tag-cloud#parameters


Name