Welcome to MTTags.com. Hopefully, you'll discover that this a really easy place to find information about Movable Type Template Tags. If you think we could be doing something better, please let us know! If this is your first time here, be sure to stop by the information desk, because we've got a growing todo list that might already include what you were about to suggest.

Trackback// 14 Tags

MTIfPingsAccepted

Conditional tag that displays its contents if TrackBack pings are enabled for the entry in context.

MTIfPingsActive

Conditional tag that displays its contents if TrackBack pings are enabled or pings exist for the entry in context.

MTIfPingsModerated

If the blog in context moderates pings, the block is processed. If not, the Else block is processed.

In the Weblog Settings » Trackbacks » Moderation (Basic)

or

in the Weblog Settings » Feedback » Trackbacks » Moderation (Detailed)

MTPingBlogName

The site name that sent the TrackBack ping.

MTPingDate

The timestamp of when the comment was submitted. Date format tags may be applied with the format attribute along with the language attribute. See Chapter C: Date Formats.

MTPingExcerpt

An excerpt describing the URL of the ping sent.

MTPingID

A numeric system ID of the TrackBack ping.

MTPingIP

The IP (Internet Protocol) network address the TrackBack ping was sent from.

MTPingTitle

The title of the remote resource that the TrackBack ping sent.

MTPingURL

The URL of the remote resource that the TrackBack ping sent.

MTPings

A context-sensitive container tag that lists all of the pings sent to a particular entry, category or weblog. If used in an entry context the tagset will list all pings for the entry. Likewise for a TrackBack-enabled category in context. If not in an entry or category context, a weblog context is assumed and all associated pings are listed.

MTComments requires a lastn attribute when used in a weblog context. Is that NOT the case with MTPings?

Attributes:

  • category - This attribute creates a specific category context regardless of its placement.
  • lastn - Display the last N pings in context. N is a positive integer.
  • sort_order - Specifies the sort order. Recognized values are "ascend" (default) and "descend."

MTPingsHeader

The contents of this container tag will be displayed when the first ping listed by a MTPings tagset is reached.

MTPingsSent

A container tag representing a list of TrackBack pings sent from an entry.

MTPingsSentURL

The URL of the TrackBack ping was sent to. This is the TrackBack Ping URL and not a permalink.