Not a developer? Go to MovableType.com

Documentation

CategoryTrackbackLink

The URL that TrackBack pings can be sent to for the category in context.

Use the mt:Pings loop to list the pings for a category.

Example

Display the count of trackbacks for the category in context and the trackback link:

<mt:CategoryIfAllowPings>
  <!-- do something -->
  <$mt:CategoryTrackbackCount$>
  <$mt:CategoryTrackbackLink$>
</mt:CategoryIfAllowPings>
Back