Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207639

    I want show trackback URLs at the bottom of my blog posts. How do I accomplish this?

    #207944

    Hi Brandon!

    You can edit includes > loop-index.php, find this code on line 118:

    echo "<span class='post-meta-infos'>";

    Below, add this code:

    echo '<span class="trackback minor-meta">Trackback URL: '; 
    trackback_url();
    echo '</span>';
    echo "<span class='text-sep text-sep-date'>/</span>";

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Trackback URL’ is closed to new replies.