Artisteer Theme Trackback Problem
There is a Bug in Artisteer WordPress Themes for Ping- and Trackbacks.
Here is the solution.
Edit comments.php
around Line 123-125 you will find:
<ul class=”commentlist”>
<?php wp_list_comments(‘type=comment&callback=art_comment’); ?>
</ul>
after the line above insert the following right after:
<ul class=”commentlist”>
<?php wp_list_comments(‘type=pings&callback=art_comment’); ?>
</ul>
And now your Artisteer Template will work fine with Ping- and Trackbacks.





This is not an issue anymore with the current release of version 2.2.