• I am just setting up my new (and first) blog, and have successfully fixed 3 php errors (the easy kind!). This error I can’t figure out; it is iin the archive.php file from my nikynik abac theme. Here’s my error message:

    Fatal error: Call to undefined function: utw_showtagsforcurrentpost() in /home/criminal/www/www/blog/wp-content/themes/abac/archive.php on line 74

    This is line 74 from the code:

    Tagged: <?php UTW_ShowTagsForCurrentPost(“commalist”) ?></small></small>

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme is expecting the Ultimate Tag Warrior plugin (UTW) to be running.

    It isn’t. You’ll probably want to comment that line out or remove it.

    With WordPress 2.3, you can import your UTW tags to be WordPress tags (new!). Manage -> Imports, click on Ultimate Tag Warrior.

    If you do that import, you can replace the above line with something that uses the_tags() instead.

    Thread Starter snowflakey

    (@snowflakey)

    Thanks! I just commented it out. It works!

    What am I missing by not importing Ultimate Tag Warrior?

    What am I missing by not importing Ultimate Tag Warrior?

    Mostly tags on all your previous posts

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘php fatal error in abac theme’ is closed to new replies.