Para que al final de las entradas en vez de aparecer el texto "entradas antiguas", "entradas recientes" e "inicio", aparezca un icono con un dibujo, tendrás que ir a Plantilla (Template), luego a Edición de HTML y clic en Expandir plantillas de artilugios.
Luego buscas lo siguiente:
Para que la búsqueda sea más rápida, en tu explorador web dirígete a Editar, Buscar en esta página...
<b:includable id='nextprev'>Para que la búsqueda sea más rápida, en tu explorador web dirígete a Editar, Buscar en esta página...
Una vez que lo encuentras seleccionas todo hasta el próximo </b:includable> y eliminas toda la selección. En su lugar pegas el siguiente código:
<b:includable id='nextprev'>
<div id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<a expr:href='data:newerPageUrl' expr:title='data:newerPageTitle' id='blog-pager-newer-link'>
<img src='http://imagen_icono_izquierdo'/></a>
</b:if>
<b:if cond='data:olderPageUrl'>
<a expr:href='data:olderPageUrl' expr:title='data:olderPageTitle' id='blog-pager-older-link'>
<img src='http://iimagen_icono_derecho'/></a>
</b:if>
<a class='home-link' expr:href='data:blog.homepageUrl'>
<img src='http://imagen_icono_inicio'/></a>
</div>
<div class='clear'/>
</b:includable>
Donde está resaltado con color, colocas la url de la imagen del icono que tengas alojada en la web.
A continuación les paso algunos iconos que alojé en Photobucket y que pueden probar:
A continuación les paso algunos iconos que alojé en Photobucket y que pueden probar:
http://i268.photobucket.com/albums/jj24/estefisu/upB.png
http://i268.photobucket.com/albums/jj24/estefisu/rightB.png
http://i268.photobucket.com/albums/jj24/estefisu/leftB.png
http://i268.photobucket.com/albums/jj24/estefisu/left_G.png
http://i268.photobucket.com/albums/jj24/estefisu/rightG.png
http://i268.photobucket.com/albums/jj24/estefisu/up_G.png
http://i268.photobucket.com/albums/jj24/estefisu/upO.png
http://i268.photobucket.com/albums/jj24/estefisu/leftO.png
http://i268.photobucket.com/albums/jj24/estefisu/rightO.png
http://i268.photobucket.com/albums/jj24/estefisu/upV.png
http://i268.photobucket.com/albums/jj24/estefisu/rightV.png
http://i268.photobucket.com/albums/jj24/estefisu/leftV.png.






0 comentarios:
Publicar un comentario en la entrada