Not a developer? Go to MovableType.com

Documentation

GenerateTrackBackRSS

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Deprecated: This configuration directive was deprecated in Movable Type 8.

By default, for each TrackBack item in your Movable Type system—either entry or category TrackBack items—an individual RSS feed will not be automatically created and managed, listing the TrackBack pings for that item. If you want to turn on this feature, you can set GenerateTrackBackRSS to 1. The default setting is 0.

Default value: 0

Example:

    GenerateTrackBackRSS 1
Back