TYPEPAD -- We have developed a way to send email containing a title only from a handheld device to a weblog. We've modified the MT template, starting first with the code that generates the list of post:
<$MTWeblogIncludeModule module="entry-list"$>
We replaced this code with something like:
<MTEntries>
<p><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></p>
</MTEntries>
This will create a listing of the titles of your posts and each is linked to the individual archive page for that post.
Tip from
Typepad's help staff.
x_ref1256