This is a sample of the uremote shortcode used against the DOT website:
Highway 108 is closed from 7.2 mi east of strawberry to 5.3 mi west of the jct of us 395 /sonora pass/ (tuolumne,mono co) - for the winter - motorists are advised to use an alternate route.Demo of the U-Tags plugin
This post is an example of the processing power of theĀ U-Tags wordpress plugin.
The first thing it does is identify the category based on a simple phrase lookup. It reads the content of the title and body and then matches that within the category of the highest ID, and assigns it to the category field.
The next thing it does process the tags in much the same manner. A text lookup against the title and post content, after removal of the code, of course, is processed against all the tags within the terms table in the wordpress database. Once this occurs, it caches and assigns each of these tags to the post.
This works on new posts as well as existing posts, as long as you trigger the save/publish/update functionality. It’s simple enough to do with the WP PowerTools plugin, if you need to process all the existing posts within your database. Or, you can manually open and update individual posts if you prefer.