• Hello – I can’t figure out why I don’t have a trackback link. A guess: I don’t see trackback info in the comments template, but I’m wondering why someone would create a WP theme without trackbacks.

    I’d appreciate some guidance. I’ve contacted the theme developer, too.

    http://lashawnbarber.com/ffc/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Put this:
    <p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
    <?php if ( pings_open() ) : ?>
    <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
    <?php endif; ?>
    </p>

    under:
    <!-- You can start editing here. -->
    in comments.php and see what that does ?

    Thread Starter LB

    (@lb)

    Strangely enough, that doesn’t work. Had I know this was in an issue in J-S, I wouldn’t have spend all this time modifying and tweaking the theme for my new blog. 🙁

    Thanks, Podz.

    Thread Starter LB

    (@lb)

    I take that back. I placed the code a little lower in the template, right after “<?php endif; ?>,” and your code showed up. Thanks! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Trackbacks in Journalized Sand’ is closed to new replies.