Tuesday, February 07, 2006

Fix Backlink tags in Blogger (e.g. <\$BlogItemBacklinkCreate\$> )

Blogger Help : Backlink tags:

If you are having a problem with your blogger backlinks tags showing this <\$BlogItemBacklinkCreate\$> instead of "Create a Link" the problem is in your template code. If the code couldn't be added to your template automatically it displayed the code for you to add. The problem was the code showed the delimiters and that is messing things up. You need to delete the slashes before the dollar signs in the tags.

<\$BlogItemBacklinkCreate\$> ==> <$BlogItemBacklinkCreate$>

There are a eight of these to replace, so make sure you get them all.

There are two sections of template code that relate to backlinks. One section simply creates the links that readers see next to your posts. The other section displays the backlinks themselves. We'll look at these two parts separately.

No comments: