Post Title as Permalink for Blogger
To display Post Title as Permalink,
Change the
<BlogItemTitle> … </BlogItemTitle>
to
—————————–
<BlogItemTitle>
<MainOrArchivePage><a href="<$BlogItemPermalinkUrl$>" title="permanent link" class="title-link"></MainOrArchivePage>
<h3 class="post-title">
<$BlogItemTitle$>
</h3>
<MainOrArchivePage></a></MainOrArchivePage>
</BlogItemTitle>
——————————-
or
——————————
<BlogItemTitle>
<h3 class="post-title">
<a href="<$BlogItemPermalinkURL$>" rel="bookmark"><$BlogItemTitle$></a>
</h3>
</BlogItemTitle>
——————————
This way the Post title acts as the permanent link for the post.
Save your current template first!
Thanks to Thur Broeders for the code.
Tested for Rounders template and it works fine.