> Thanks, I evidently have the Layouts template, judging by this:
> <head>
> <b:include data='blog' name='all-head-content'/>
> <title><data:blog.pageTitle/></title>
> <link href='
http://blog.knowbodies.info/favicon.ico'rel='shortcut
> icon' type='image/vnd.microsoft.icon'/>
> <b:skin><![CDATA[/*
> * Blogger Template Style
> * Herbert
> *
> * by Jason Sutter
> * Updated by Blogger Team
> */
> Somehow the backlinks aren\t working for me, any tips for that?
> Also, the pencil icon doesn't show up for quick-editing, even when I'm
> logged in to blogger..
> Thanks, Petter
> On Oct 7, 2:33 pm, panther wrote:
> > That is code for Classic templates. It will not work in Layouts
> > templates. Which one do you have ?
> >http://betabloggerfordummies.blogspot.com/2007/07/template-or-layout-...
> > ★Vin - Official Blog*Star 2007-2008★http://betabloggerfordummies.blogspot.comhttp://seoblogadsense.blogsp...
> > On Oct 7, 2:00 pm, Rettep wrote:
> > > I'm trying to get the backlinks feature to work (backlinks are turned
> > > on), and read (below) that I need a piece of code that should be
> > > placed between the <Blogger> and </Blogger> tags. Think is, I can't
> > > seem to find those tags anywhere in my template! Can I add it
> > > somewhere without screwing everything up? (and where should it go?) My
> > > blog is knowbodies.blogspot.com
> > > Backlink indicator:
> > > The following piece of code will print a link reading "Links to this
> > > post." It should be placed between the <Blogger> and </Blogger> tags
> > > that display your posts, and you'll probably want it in the byline,
> > > near the author's name and the comments links.
> > > <BlogItemBacklinksEnabled>
> > > <a class="comment-link" href="<$BlogItemPermalinkUrl$>#links">
> > > Links to this post</a>
> > > </BlogItemBacklinksEnabled>