Hello All,
I want to implement Tag Cloud feature in WordPress Default 1.6 theme. I download "new-tag-cloud.0.3" and did following steps.
Setp one >> Upload 'newtagcloud.php' file to the /wp-content/plugins/ directory.
Setp two >> Activate the plugin through the 'Plugins' menu from backend.
Setp three >> Put this code <?php newtagcloud(); ?> at sidebar.php in default theme.
Now i want to know how to put could tags from admin panel. At front end i can't see any cloud tags.