Thursday, August 2, 2007

Right now I've been testing my blog and such trying to get things working. It's been a while since I've tried working with any code.

1 comment:

Johnna said...

I think they changed their base code, I'm not sure the Blogger machine can read your $BlogItemCommentCount$.

I've substituted all the angle brackets with { or } just so you'll see something.

this is the base code they're giving me now.
{a class="comment-link" href="{$BlogItemCommentCreate$}"{$BlogItemCommentFormOnclick$}}{span style="text-transform:lowercase"}{$I18NNumComments$}{/span}{/a}

in any case, you can't have the spans inside the blogger variable. Not this:
{{span class="style1"}$BlogItemCommentCount${/span}}

maybe this?
{span class="style1"}{$BlogItemCommentCount$}{/span}

Hope that helps. drop a comment on my blog if you think there's a question I can help with. I get email notification on comments there.