Novos Temas,colocando favicon
Novos temas:wordprres,blogger,drupal,joomala e em HTML
tema wordpress baixar
tema joomala baixar
tema blogger baixar
tema drupal baixar
tema em HTML baixar
Por um favicon no seu blog você não precisa ir a sites especializados em favicon, criar conta, hospedar sua imagem e copiar o código, é muito simples basta hospedar sua imagem em qualquer hospedador gratuito (pode ser qualquer hospedador de fotos) no tamanho 16 por 16 com a extensão favicon.ico depois é só substituir a URL dada pela servidor onde você hospedou sua imagem por as tags no local indicado abaixo, onde está selecionado em azul, se você tem servidor próprio é só hospedar e pronto. Dei dois exemplos,para blogger e wordpress, no caso de blogger é acessar o painel blogger ir para configurações depois design depois editar HTML e procurar o local do código a tag <head> e inserir abaixo desta, já no caso de wordpress, usando seu gerenciador de arquivos ftp ou painel de sua hospedagem, procure o arquivo header.php e insira os códigos no local indicado.
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html expr:dir=’data:blog.languageDirection’ xmlns=’http://www.w3.org/1999/xhtml’ xmlns:b=’http://www.google.com/2005/gml/b’ xmlns:data=’http://www.google.com/2005/gml/data’ xmlns:expr=’http://www.google.com/2005/gml/expr’>
<head>
<link rel=”shortcut icon” href=”http://www.seublog.com/favicon.ico“/>
<b:include data=’blog’ name=’all-head-content’/>
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
<title><data:blog.pageTitle/></title>
<b:skin>
Exemplo acima para Blogger, abaixo wordpress
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
<title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }
else { wp_title(”,true); } ?></title>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”shortcut icon” href=”http://www.seublog.com/favicon.ico”/>
<!–[if IE 6]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie6.css” type=”text/css” media=”screen” /><![endif]–>
<!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie7.css” type=”text/css” media=”screen” /><![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(‘%s RSS Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(‘%s Atom Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
Comments
Powered by Facebook Comments

Gostei desse tema instalei no meu blog,abraços