Forums

Trackback failure (4 posts)

  1. EtherealMirror
    Member
    Posted 1 year ago #

    Hello. I'm relatively new to wordpress, so this might seem a stupid question..

    I am currently using Twentyten template, and the problem I have is that I cannot find out the trackback url for each post.

    So the question is: The trackback url is not displayed in a post. How can I locate it there?

    Thanks in advance!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Have you tried looking in the source of the generated page?

    See http://codex.wordpress.org/Function_Reference/trackback_url

  3. EtherealMirror
    Member
    Posted 1 year ago #

    @ esmi

    Well... yes, I have. And I tried to add to loop.php something like '<p>Trackback URL for this post: <?php trackback_url(); ?></p>'. But the result was not very successful..

    Maybe there's something I don't understand..

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    I normally add it to comments.php:

    <?php if(pings_open()) : ?><p class="trackback"><a href="<?php trackback_url();?>" rel="trackback"><?php _e('Trackback URL for this post'); ?>" /></a></p><?php endif;?>

Topic Closed

This topic has been closed to new replies.

About this Topic