- Desde
- 13 May 2013
- Mensajes
- 163
Hola amigos de FB, vengo a pedirles de su ayuda con un problema que tengo,
no se que código poner y el lugar donde poner el código para que salga el titulo de mi web y que cache (plugins) me recomiendan.
aquí les dejo:
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(''); ?></title>
<link href='<?=bloginfo('template_directory')?>/images/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='<?php bloginfo( 'stylesheet_url' ); ?>' rel="stylesheet" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ); ?>" href="<?php bloginfo( 'rss2_url' ); ?>" />
<script src="//code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<?php if(is_single()){ ?>
<style>
.post {padding-bottom: 5px;margin-bottom: 20px;background: url(http://2.bp.blogspot.com/-vMAI1p-Nk1A/TjjiVwSVWgI/AAAAAAAAAJ4/QCjNk2K02m0/s000/post-line.png) left bottom repeat-x;}
.post-title {font-size: 19px !important;}
</style>
Muchas gracias.
no se que código poner y el lugar donde poner el código para que salga el titulo de mi web y que cache (plugins) me recomiendan.
aquí les dejo:
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(''); ?></title>
<link href='<?=bloginfo('template_directory')?>/images/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='<?php bloginfo( 'stylesheet_url' ); ?>' rel="stylesheet" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ); ?>" href="<?php bloginfo( 'rss2_url' ); ?>" />
<script src="//code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<?php if(is_single()){ ?>
<style>
.post {padding-bottom: 5px;margin-bottom: 20px;background: url(http://2.bp.blogspot.com/-vMAI1p-Nk1A/TjjiVwSVWgI/AAAAAAAAAJ4/QCjNk2K02m0/s000/post-line.png) left bottom repeat-x;}
.post-title {font-size: 19px !important;}
</style>
Muchas gracias.
Última edición: