• Morning all,

    I am in need or want to know how to add a trackback link after the catagories link on http://www.thebluntprophet.com

    Right now in my index file I have added

    <p class=”postmetadata”>Categorised in <?php the_category(‘, ‘) ?> <?php trackback_url() ?> <?php edit_post_link(‘Edit’, ‘ | ‘, ”); ?>

    The trackback portion is not showing up on my site. I added this code over an hour ago and was thinking it was just wrong.

    Thanks

Viewing 1 replies (of 1 total)
  • Here’s a snippet from my theme:

    <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a>

Viewing 1 replies (of 1 total)

The topic ‘Help on adding a trackback to my posts’ is closed to new replies.