Not a developer? Go to MovableType.com

Documentation

EntryScoreHigh

A function tag that provides the highest score of the entry in context. Scorings grouped by namespace of a plugin are sorted to find the highest score of an entry.

Attributes:

  • namespace (required)

    Specify namespace for score to be calculated. Namespace is defined by each plugin which leverages rating API.

Example:

    <$mt:EntryScoreHigh namespace="FiveStarRating"$>
Back