Not a developer? Go to MovableType.com

Documentation

AuthorScoreCount

A function tag that provides the number of scorings or 'votes' made to the author in context. Scorings grouped by namespace of a plugin are summed.

Attributes:

  • namespace (required)

    Specify namespace for the number of scorings to be calculated. Namespace is defined by each plugin which leverages rating API.

Example:

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