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}}
1 comment:
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.
Post a Comment