Upload /wordpress-wordle to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
There is no admin screen to configure. That's it.
Use the [wordle_tags] shortcode on any page/post or the wordle_tags() function in templates. Both of these take 3 optional parameters:
simple use: [wordle_tags]
include term ids 1,2: [wordle_tags include="1,2"]
exclude term ids 3,4: [wordle_tags exclude="3,4"]
limit to top 100 tags: [wordle_tags number="100"] [wordle_tags include="1,2" number="100"] [wordle_tags exclude="3,4" number="100"]




