Plugin info

Total downloads: 1,303
Active installs: 0
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/31/2017 (3073 days ago)
Added to WordPress: 5/2/2017 (8 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3073 days ago • 1 reviews

22/100

Is Newer Tag Cloud abandoned?

Possibly abandoned (last update 3073 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.7.31
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Cool Tag Cloud
Rating 4.9/5 (52 reviews)Active installs 10,000
WP-Cirrus
Rating 4.5/5 (8 reviews)Active installs 1,000
Tag Cloud Widget
Rating 3.0/5 (2 reviews)Active installs 100
Fox009 Color Tag Cloud
Rating 5.0/5 (1 reviews)Active installs 100
Color Bg Tag Cloud
Rating 5.0/5 (1 reviews)Active installs 60
Wp Tag Magic Widget
Rating 0.0/5 (0 reviews)Active installs 10

Description

Newer Tag Cloud is a WordPress plugin that generates a tag clouds. This plugin was inspired by the original New Tag Cloud.

Newer Tag Cloud uses the WordPress own tagging feature, so that you don’t need any tagging plugin. You can use New Tag Cloud directly as a shortcode in any post/page, as a widget, or in the theme as PHP code. Use it however you’d like, it’s flexible!

The original New Tag Cloud had been without updates for 7 years this caused issues with modern WordPress versions. Due to the issues, for a short time, a privately updated version was created at Liquid Web. Now this small fix has been turned into a complete code refactor. The results are now being released to the community!

Configurebale options
* widget box title
* how many tags should be shown
* biggest font size
* smallest font size
* font size stepping
* font size type (px, em, rem, etc)
* filtering
* caching

Installation

Installation is very easy:

  1. Download the plugin zip to the /wp-content/plugins/ directory
  2. Extract the files in the plugins folder. The result being a new /wp-content/plugins/newer-tag-cloud directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Check out the ‘Widgets’ tab in the ‘Theme’ menu and drag the ‘New Tag Cloud’ widget to your sidebar.

Using directly from a theme file:
Follow the steps 1 and 2 above. Step 3 is to place this code into your theme file:

Or you want place a tag cloud in a post, on a page or in a text widget?

Use a shortcode: [newer-tag-cloud] or [newer-tag-cloud int=1]

Frequently Asked Questions

Installation Instructions

Installation is very easy:

  1. Download the plugin zip to the /wp-content/plugins/ directory
  2. Extract the files in the plugins folder. The result being a new /wp-content/plugins/newer-tag-cloud directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Check out the ‘Widgets’ tab in the ‘Theme’ menu and drag the ‘New Tag Cloud’ widget to your sidebar.

Using directly from a theme file:
Follow the steps 1 and 2 above. Step 3 is to place this code into your theme file:

Or you want place a tag cloud in a post, on a page or in a text widget?

Use a shortcode: [newer-tag-cloud] or [newer-tag-cloud int=1]

So what does ‘inspired by New Tag Cloud’ mean exactly?

Initially the plugin was created as a direct fork of New Tag Cloud, only used internally and not publically released. A new version of the plugin was created based on the WordPress Plugin Boilerplate with common features being implemented in Newer Tag Cloud.

How to use vanilla PHP to add a Tag Cloud?

If you want to use Newer Tag Cloud in your theme you can still use <?php newerTagCloud() ?>. If you want to use a specific widget you can provide the function an ID as parameter. For example, <?php newerTagCloud(2) ?> will result in the configuration using the instance provided.

Using shortcodes to add a Tag Cloud?

Simply add [newer-tag-cloud] or [newer-tag-cloud int=<ID>] to your post or page and the tag cloud will be shown there. If you use [newer-tag-cloud] the instances set as “Default instance for shortcode” is used. With int= set you can specify an instance to use. For example, this is useful if you need two, or more, different tag clouds generated via shortcode.

Can I use multiple unique clouds?

Yes. All “layout specific options” are stored in each instance. The instance has an ID which you can use to call it.
This feature allows you the place different tag clouds on your blog as needed.

So who worked on this?

Credit to the original plugin goes to funnydingo.
This redone version was created by liquidwebdan (aka MallardDuck on GitHub)

Finally, credit for the WordPress Plugin Boilerplate inspiration goes to:

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.1.2

  • Fix odd bug causing issues with posts page.

1.1.0 & 1.1.1

  • First update!
  • Improves the plugins widget a lot
  • Now using WP_Widget to define the widgets logic
  • Clean up some code

1.0.0

  • Initial version inspired by New Tag Cloud