Warning: Cannot modify header information - headers already sent by (output started at /home3/fvqjwuzk/public_html/blog/wp-content/plugins/devformatter/devformatter.php:1) in /home3/fvqjwuzk/public_html/blog/wp-includes/feed-rss2-comments.php on line 8
hay que modificar 2 archivos:
1.- /themes/default-bootstrap/css/global.css: busca la línea 6900 aprox., y donde encuentres este código:
.footer-container #footer #social_block ul li.pinterest a:before {
content: “\f0d2″; }
debajo añades esto (así añadimos el icono del instagram):
.footer-container #footer #social_block ul li.instagram a:before {
content: “\f16d”; }
2.- /themes/default-bootstrap/modules/blocksocial/blocksocial.tpl: busca la línea 64 aprox, y donde encuentres este código:
{if $pinterest_url != ”}
{l s=’Pinterest’ mod=’blocksocial’}
{/if}
debajo añades esto:
{if $instagram_url|escape:html:’UTF-8′ != ”}
{l s=’Instagram’ mod=’blocksocial’}
{/if}
]]>