It’s a $$$ diaper😁 #fluffymail #fluffy #chelory #clothdiapers #money #clothdiaper (Taken with instagram)
💛 the print😊 #fluffymail #clothdiapers #clothdiaper #harajukulovers #fluffy #orangediapers (Taken with instagram)
Levi modeling the GroVia AI2 hybrid #clothdiaper. He’s currently wearing with a biosoaker. (Taken with instagram)
“Mind Control” is now available as a print in my shop.
[zaraillustrates.com]
Con gusto te ayudo, aunque veo en tu tumblr que ya lo lograste, por las dudas de que alguien tenga el mismo problema pongo la respuesta acá también:
Lo primero que hay que hacer es en la plantilla buscar la parte donde se encuentre el sidebar y colocarle allí algo como lo siguiente:
{block:Likes}
{/block:Likes}
Donde podemos modificar el título [Stuff I like], la cantidad de post que quiero mostrar [5], Cuántas palabras queremos que resuma en los post de texto [100], y el ancho de las fotos y videos [150].
Con incluir ésto simplemente se mostrará según los parámetros de estilo del bloque en el que estén. Si queremos modificar la forma en la que se ven nos podremos ayudar con un poco de CSS. Algunos parámetros podrían ser:
<style type="text/css">
ul#likes {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
li.like_post {
width: 150px;
padding: 0 40px 0 0;
float: left;
}
li.like_post img {
max-width: 100%;
}
li.like_post blockquote {
margin: 0;
padding: 0 0 0 10px;
border-left: 1px solid #eee;
}
li.like_post ol,
li.like_post ul {
margin: 0 0 0 15px;
padding: 0;
}
li.like_post .like_link a {
font-weight: bold;
}
li.like_post .like_title {
font-weight: bold;
}
li.like_post .post_info_bottom {
margin: 10px 0 0 0;
display: block !important;
}
</style>
Ésto hay que colocarlo antes de < /head >.