Plugin Directory

WordPress Wordle

  1. Upload /wordpress-wordle to the /wp-content/plugins/ directory

  2. Activate the plugin through the 'Plugins' menu in WordPress

  3. There is no admin screen to configure. That's it.

Usage

Use the [wordle_tags] shortcode on any page/post or the wordle_tags() function in templates. Both of these take 3 optional parameters:

  • $include Comma separated list of Term IDs to be included.
  • $exclude Comma separated list of Term IDs to be excluded. Include id overrides this.
  • $number The number of tags to be returned.

Examples

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

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1 ratings)