Plugin Author
scribu
(@scribu)
That’s because it doesn’t have a plugin menu. Just use Posts -> Tags, Posts -> Categories etc. See the screenshots.
I don’t see the merge option on the Posts -> Tags page. The Bulk Actions menu contains only Delete.
I’m using WP3.3.1. Is the plugin not compatible with it? Thanks.
This issue was due to the WordPress functions (plugins_url and plugins_dir_url) not working properly in my installation, thereby messing up the JavaScript include of term-management-tools. My WP installation keeps the wp-content/plugins directory external to the installation folder with the help of a symbolic link so that the pain involved in upgrading WP is minimal. But it breaks the afore-mentioned functions. I wrote a plugin to fix up the functions. I can post it if there is interest.
Plugin Author
scribu
(@scribu)
Glad to hear you figured it out.
Note that you can define WP_PLUGIN_DIR and WP_PLUGIN_URL instead of creating a symlink.