Usamos cookies propias y de terceros para ofrecer info personalizada según su navegación. Si continua navegando consideramos que acepta el uso de cookiesOKMás información

Numerar los comentarios en el blog

Quiero dejar constancia de como numerar los comentarios en el blog.

Para conseguirlo haremos lo siguiente:
  1. Diseño
  2. Plantilla
  3. Editar HTML
  4. Clic en el Código
  5. Ctrl + f
  6. Buscar
Buscamos la primera linea del codigo:



<div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt expr:class='"comment-author "+ data:comment.authorClass' expr:id='data:comment.anchorName'>
<b:if cond='data:comment.favicon'>
<Img expr: 'Datos: comment.favicon' src = height = '16px 'style =' margin-bottom: 2px; 'Width = '16px' />
</ B: if>

Y la sustituimos Porción este:


<div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
Tipo Mensajero = 'text / javascript'> var CommentsCounter = 0; </ Script>
<b:loop values='data:post.comments' var='comment'>
<dt expr:class='"comment-author "+ data:comment.authorClass' expr:id='data:comment.anchorName'>
<b:if cond='data:comment.favicon'>
<Img expr: 'Datos: comment.favicon' src = height = '16px 'style =' margin-bottom: 2px; 'Width = '16px' />
</ B: if>
Localizamos, mas abajo:


<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'> <data:comment.author/> </ a>
<b:else/>
<data:comment.author/>
</ B: if>
Y pegamos seguidamente:


<Span class = float Estilo 'numberingcomments' = ': right; font-size: 16px; color: # ffffff ">
<a rel='nofollow' style='text-decoration:none' title='Comment Link'> #
Tipo Mensajero = 'text / javascript'>
CommentsCounter = CommentsCounter 1;
document.write (CommentsCounter);
</ Script>
</ A>
</ Span>
En esta parte del código, podremos cambiar el color, la fuente, el tamaño...

<Span class = float Estilo 'numberingcomments' = ': right; font-size: 16px; color: # ffffff ">

Ahora solo nos queda comprobar y guardar.

¿Te animas a numerar los comentarios en el Blog ​​?

0 comentarios:

Si te gusta...Compártelo
Gracias por comentar