Horje
A better tag cloud. Lots of configuration options, a widget and a shortcode to add tag clouds to posts and pages.

Noted That:

  • To install correctly this nktagcloud.zip.
  • Fisrt Download the nktagcloud.zip to your computer
  • Extract/Open nktagcloud.zip to Your Computer.
  • Then, Find readme.txt file inside nktagcloud.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:

1. First Download "nktagcloud.zip" Plugin to your Local Computer. (Click Download)

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

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

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

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Better Tag Cloud" folder is added on left sidemenu. Now, Click on "Better Tag Cloud" folder.

   Noted that: If you do not see "Better Tag Cloud" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Better Tag Cloud Configurtions and Settings or How to work "Better 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 "Better Tag Cloud" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Better Tag Cloud
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Unzip
  2. Upload to your plugin directory
  3. Enable the plugin
  4. Add the widget in your dashboard’s Design section and configure it as you like.

The easiest way to use this plugin is to drag the new multiwidget into one of your sidebars.

Add a tag cloud inside a post or page

There is as well the shortcode [nktagcloud]. Examples:

  1. [nktagcloud] This displays the tag cloud as configured on the options page.
  2. [nktagcloud single=yes] This does the same but shows only the tags of the current post.
  3. [nktagcloud post_id=1234] Displays the tags of the post identified by post_id.
  4. [nktagcloud separator=”” categories=no] Remove separator and categories.

Using the tag cloud in your theme

You can call the function nktagcloud_shortcode() from your theme to get the same output as from the shortcode. Example:

?>

There’s also the nk_wp_tag_cloud() function. You can use it to generate a tag cloud with a different configuration than the plugin’s one. It accepts the same parameters as wp_tag_cloud(). Example:

?>

Additonal parameters (all strings):

  • single: Only tags of the current post (‘Yes’, ‘No’)
  • categories: Inlude categories in the cloud (‘Yes’, ‘No’)
  • replace: Convert blanks to non-breaking spaces (‘Yes’, ‘No’)
  • post_id: Display only tags of the specified post (post ID)
  • mincount: Show only tags that have been used at least so many times
  • separator: Tag separator
  • inject_count: Add a counter to the tag (‘Yes’, ‘No’)
  • inject_count_outside: Add the counter outside of the tag hyperlink (‘Yes’, ‘No’)
  • nofollow: Add the noffow attribute to the tags in the cloud (‘Yes’, ‘No’)

shortcode, clouds, posts, pages, widget, options, cloud, lots, configuration, better,

Name

Reffered: https://wordpress.org/