As mentioned in my previous post, in order to speed things up on my blog, I have removed the UTW (UltimateTagWarrior) plugins. Unfortunately, the theme that I use (and subsequently modified) relies on UTW for a lot of things. One of these was causing issues for users coming from a Google search related to Tags. For example, if you Google “techdadblog tag Apple“, my theme was returning the following error on this URL:
Fatal error: Call to undefined function utw_showcurrenttagset() in /home/path.to.your.blog/wp-content/themes/hemingwayEx/tag.php on line 16
So, within that file (tag.php), the line in error is (line 16):
<h1>Tag: <?php UTW_ShowCurrentTagSet(‘tagsetcommalist’) ?></h1>
To make it work with the new WordPress 2.3 tagging structure, I simply changed that line to: [click to continue…]
{ 1 comment }
















