Banner for Nktagcloud
A better tag cloud. Lots of configuration options, a widget and a shortcode to add tag clouds to posts and pages. Wordpress Tutorial
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:

Step-1 : Download " nktagcloud.zip " to Your Local Computer.

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

Login to Wordpress Nktagcloud

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

Go to Plugin Install Nktagcloud

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

Click Upload Button Nktagcloud

Step-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 "

Upload Plugin Nktagcloud

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

Activate Nktagcloud

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

Noted that: If you do not see " Nktagcloud " 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 Nktagcloud Configurations and Settings or How to work " Nktagcloud " 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’)

Name