jcrens8392 - maybe you can help; having a weird problem with trackbacks (those that appear in the comments section, not the links below it) - take a look
text is running together... you'll see what I mean here:
any help appreciated
jcrens8392 - maybe you can help; having a weird problem with trackbacks (those that appear in the comments section, not the links below it) - take a look
text is running together... you'll see what I mean here:
any help appreciated
That's a known issue. I'm wrapping up a fix for that today. It'll be posted on my blog at http://wphackr.com/themes/ by the end of today (5/31/09 EST). I'll also add the update to the themes repository, but they can take a week or two to approve the new version so you'll do best to download it from my blog when I post it tonight.
Ok, the fix is pretty simple. You can apply it yourself or download the new version from my blog linked above. Here's what to do:
Anywhere you have a call to comments_template() function, change it to comments_template('',true); Specifically around line 57 of single.php.
Open comments.php and find this around line 35: wp_list_comments(); and change it to wp_list_comments('type=comment');
That should solve the issue, forcing trackbacks and pingbacks to appear beneath the comment form as intended.
thanks!
This topic has been closed to new replies.