Not a developer? Go to MovableType.com

Documentation

EntryRecommendedTotal

This tag returns the total number of votes an entry has received. It will generate the text inside of a span tag. For example (where 45 is the current entry’s id):

<span id="cp_total_45" class="recommended"></span>

A javascript function will then populate this tag with the proper value when the page has loaded, to ensure the most accurate count.

Arguments

  • class - the CSS class name to assign to the element returned
Back