Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s a known issue. I’m wrapping up a fix for that today. It’ll be posted on my blog at https://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.

    Thread Starter cnull

    (@cnull)

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘trackbacks issue with this-just-in’ is closed to new replies.