MTEntryContents 1.0

Here's the other Movable Type plugin I mentioned a while back: if you like the idea of Adam Kalsey's WordCount plugin but sometimes post pictures with brief captions sometimes, or just want it to not count the words used for the excerpt when you don't write one yourself, try EntryContents.

The options it takes are:

word="1"
Display "294 words" or "274 more words".
no_generate="1"
With words, never show "more words," only the real word count. (You can use no_generate="1" with MTEntryExcerpt to make it not autogenerate an excerpt either.)
paragraph="1"
Display a paragraph count. This looks at either the number of HTML p tags in your entry, or the number of double-carriage-returns.
link="1"
Show the number of a tags in your entry.
image="1"
Show the number of img tags in your entry.
glue="string"
The string with which to stick the different counts together.

So, for example, here I'm now using <$MTEntryContents word="1" link="1" image="1"$> in my RSS feeds. This makes strings like (125 more words, 2 links) for my directly previous entry about MTCatEntries 2.2.