I'm planning to import a blogger managed blog, but am stumped on this:
All my blog entries are dependant on a tag $BlogItemUrl$ (it's not permalink) which is the optionally allowed external URL tag by blogger for each post's headline, for example:
code
<BlogItemTitle>
Post Headline
</BlogItemTitle>
Post body...
code
It is important that I retain this tag, if my posts are to have any usefulness.
Any suggestions will be highly appreciated.