Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/01/2010, 18:30
Avatar de newboy_master
newboy_master
 
Fecha de Ingreso: enero-2008
Ubicación: Granada
Mensajes: 882
Antigüedad: 16 años, 10 meses
Puntos: 46
Respuesta: Link en el logo de la cabecera

Chapucilla Express por si funciona:

Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4. <link REL=”SHORTCUT ICON” HREF=”/favicon.ico”>
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  7. <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
  8.  elseif (is_single() ) { single_post_title(); }
  9.  elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
  10.  else { wp_title('',true); } ?></title>
  11. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
  12. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  13. <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
  14. <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
  15. <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
  16. <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
  17. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  18. <?php wp_head(); ?>
  19. </head>
  20. <body>
  21. <div id="art-page-background-simple-gradient">
  22. </div>
  23. <div id="art-main">
  24. <div class="art-Sheet">
  25.     <div class="art-Sheet-tl"></div>
  26.     <div class="art-Sheet-tr"></div>
  27.     <div class="art-Sheet-bl"></div>
  28.     <div class="art-Sheet-br"></div>
  29.     <div class="art-Sheet-tc"></div>
  30.     <div class="art-Sheet-bc"></div>
  31.     <div class="art-Sheet-cl"></div>
  32.     <div class="art-Sheet-cr"></div>
  33.     <div class="art-Sheet-cc"></div>
  34.     <div class="art-Sheet-body">
  35. <div class="art-Header">
  36.    
  37. <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><div class="art-Header-png">&nbsp;</div></a>
  38.  
  39. </div>
  40. <div class="art-nav">
  41.     <div class="l"></div>
  42.     <div class="r"></div>
  43.     <div class="art-nav-center">
  44.     <ul class="art-menu">
  45.         <?php art_menu_items(); ?>
  46.     </ul>
  47.     </div>
  48. </div>

Si te funciona prueba quitando el "&nbsp;".

Salu2.
__________________
@jslirola - Programador Web Freelance.