I read the other post on this subject but could not get this to work for me. Does someone have a step by step guide on how to make the Blogger titles hyperlink to the full page articles?
This is what I use: <a href="<$BlogItemPermalinkURL$>" title="permanent link"><$BlogItemTitle$></a> Code (markup):
Thanks digitalpoint. Where do you insert that code? Is there any other settings which I need to change?
Try this - It works for me perfectly... <ItemPage> <Blogger><title><$BlogItemTitle$></title></Blogger> </ItemPage> <MainOrArchivePage><title>YOUR TITLE HERE</title></MainOrArchivePage> Code (markup):