Page Tagger 0.3.5 and Common-Utils

Saturday, 16 January 2010 - 2:46 pm - by ram

A new version of Page Tagger is now available. Grab it now from here or the WordPress plugin repository.

Also, I’ve put up a few Java classes I wrote a while back as a small library called Common-Utils. Included within are the following:

  • ArrayUtils – Utility methods to fill an array with a given value or check if it contains a given value.
  • DynamicArray – A resizable “static” array for when you don’t quite need the full flexibility of ArrayList.
  • NonMutableIterator – Wraps around a normal Iterator and disables use of the remove method.
  • Thanks for working on this. Is there any plans for a "Pages>Page Tags" section in the Admin Panel for bulk editing of tags like we have with post tags?

  • ram

    Hi Will, you should be able to bulk-edit your page tags using the post-tags bulk editing interface. Atleast that's how I do it.

blog comments powered by Disqus