Ok, figured it out.
Here’s the code:
<a href="<?php the_permalink() ?>trackback/">Trackback This Post</a> |
<a href="<?php the_permalink() ?>feed/">Subscribe to the comments through RSS Feed</a>
Unfortunately the template I’m using doesn’t seem to have it.
Here’s the site:
http://tech-informer.com
That’s why I need to figure out the php code that I need to use so that I can add in the trackback URL to the template myself.