On Dec 27, 2007 4:25 AM, Jorge Martinez <[EMAIL PROTECTED]> wrote:
> Hi.. and Merry Christmas to all !!
>
> I have tried to post a trackback to other blog entries and everything works
> right, but I'm wondering whether Roller supports other bloggers to post
> trackbacks to my posts, and if it is the case, where can I find the URL for
> trackbacks to make it public?
An entry's trackback URL is the same as it's permalink, but in a page
template you should use the expression below to get the trackback URL:
$url.trackback($entry.anchor)
Also, you can use the Trackback Autodiscovery macro to add full track
back autodiscovery to each entry:
#showTrackbackAutodiscovery($entry)
- Dave