Primeiro vocês vão no html da um Ctrl+F e procurar por:
footer-line
Agora vão ter vários códigos então prestem atenção e tenden achar esse aqui!
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
Bom se vocês acharam esse código é só procurar por:
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
header-line
A Primeira header-line;Agora é só recortar e colar no header-line.Feito isso a primeira parte já esta feita , agora vamos posicionar o autor usando o CSS
Pesquisem por:
]]></b:skin>
E Agora cole esse código encima do ]]
/* Autor Post
----------------------------------------------- */
.post-author {
float: left;
margin: opx 0px 0px 0px;
font-family:arial;
font-weight:normal;
font-size:14px;
color: #fff !important;
text-shadow: #000 0px 1px 2px;
}
Só ir editando de acordo com seu template!
----------------------------------------------- */
.post-author {
float: left;
margin: opx 0px 0px 0px;
font-family:arial;
font-weight:normal;
font-size:14px;
color: #fff !important;
text-shadow: #000 0px 1px 2px;
}
Bom galera espero ter gostado isso foi um tutorial passo a passo por que no inicio é muito dificil ...
COMENTEM!