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!
Have you tried looking in the source of the generated page?
See http://codex.wordpress.org/Function_Reference/trackback_url
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..
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;?>