Forums

[resolved] trackbacks issue with this-just-in (4 posts)

  1. cnull
    Member
    Posted 2 years ago #

    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:

    http://www.chrisnull.com/2007/09/20/burglary-wikipedia-the-free-encyclopedia/comment-page-1/#comment-14

    any help appreciated

  2. jcrens8392
    Member
    Posted 2 years ago #

    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.

  3. jcrens8392
    Member
    Posted 2 years ago #

    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.

  4. cnull
    Member
    Posted 2 years ago #

    thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic