Bug for Ping- and Trackbacks


Author Message
TechLine

Posted: 5/8/2009
Quote message 

Hi Artisteers,

there is an Bug in Artisteer for Ping- and Trackbacks.

And 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 this Lines insert the folowing:
<ul class="commentlist">

<?php wp_list_comments('type=pings&callback=art_comment'); ?> </ul>


And now your Artisteer Template works fine with Ping- and Trackbacks ;)

best regards
TechLine

Artisteerportal.de
 
Ron

Posted: 5/12/2009
Quote message 

Tell me this is a joke... are you saying this isn't creating themes that are ping / trackback enabled?!
 
Bob

Posted: 5/14/2009
Quote message 

Just what I wanted to know. Tested and seems to work just fine..
 
Martin

Posted: 6/24/2009
Quote message 

Can you please modify the software accordingly ?

Best