Thread: Trackback tip
View Single Post
  #9 (permalink)  
Old 04-29-2008, 02:54 PM
biobak biobak is offline
New Pligger
 
Join Date: Apr 2008
Posts: 3
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
partially solved for Word-Press

I was playing with themes in Word Press and noticed some dit pass a trackback to Pligg... After some puzzeling i saw the trackback URL on the WP page. I added the following code to a not trackback-able theme singel page source and it worked...
Code:
<a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="URL">URL</abbr>'); ?></a>
Try and see work on a singel page at MedLog and add to a pligg site.
Reply With Quote