trackback_url
TRACKBACK TAG
What It Does
Displays the trackback URL for the post. trackback_url must be used within The Loop.
Code
<?php trackback_url(display); ?>
display
- true – Display the URL (default usage)
- false – Gather the URL for use in PHP
Example
Trackback URL: <?php trackback_url(); ?>




