Tecnología

Inicio

Cómo crear Mostrar u ocultar Enlaces para Mensajes en Blogger

Escribir un montón de mensajes largos? ¿Quieres que sea más fácil para que quepan más mensajes en una página? Añadir mostrar / ocultar vínculos.

Instrucciones

1 Ingrese a su cuenta. Ir al panel de control. Ir a "Administrar plantilla" y seleccione "Edición de HTML".

2 Añadir las siguientes líneas al código de estilo CSS de su plantilla entre el tags:
.posthidden (display: none)
.postshown (display: inline)

3 Agregue el código siguiente a su plantilla entre el y tags:

A
dd the following code to your template between the and tags:

Add the following code to your template between the and tags:

4

Add the following code between and tags:

1">
<$BlogItemBody$>

1')" rel="nofollow">
[+/-] show/hide this post

5

Save changes and republish the blog.

Tips & Warnings

  • Looking for an alternative? Use post summaries. Always save a copy of your template before you start making changes.
  • You cannot set show/hide links for just one post; they'll be applied to your whole blog.