Hola, tengo un problema muy sencillo con mi header, pero que no se como hacerlo jeje.
Mirad el header (error 405).
Puse el logo a mi forma, no se si hago bien en ponerlo asi, lo que hice fue crear un archivo de las mismas dimensiones y le puse el nombre y extension iguales al del header original, lo que ocurre es que me salen el nombre y la descripcion de mi blog. Pues solo queria saber donde esta esa etiqueta. Por si sirve de algo dejo el codigo del header.php.
Código:<!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" xml:lang="en" lang="en"> <head> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> <?php if(is_category('antimalwares')) { ?><meta name="keywords" content="malwares,antimalwares" /><?php }?> <?php if(is_category('antivirus')) { ?><meta name="keywords" content="virus,antivirus" /><?php }?> <?php if(is_category('firewalls')) { ?><meta name="keywords" content="firewall,cortafuegos" /><?php }?> <?php if(is_category('buscadores')) { ?><meta name="keywords" content="buscadores" /><?php }?> <?php if(is_category('google')) { ?><meta name="keywords" content="google" /><?php }?> <?php if(is_category('mantenimiento de tu pc')) { ?><meta name="keywords" content="mantenimiento,pc" /><?php }?> <?php if(is_category('herramientas para el mantenimiento de tu pc')) { ?><meta name="keywords" content="herramientas, mantenimento,pc" /><?php }?> <?php if(is_category('mecanografia')) { ?><meta name="keywords" content="mecanografia,escribir" /><?php }?> <?php if(is_category('navegadores')) { ?><meta name="keywords" content="navegadores" /><?php }?> <?php if(is_category('mozilla')) { ?><meta name="keywords" content="mozilla,firefox" /><?php }?> <?php if(is_category('safari')) { ?><meta name="keywords" content="safari" /><?php }?> <?php if(is_category('opera')) { ?><meta name="keywords" content="opera" /><?php }?> <?php if(is_category('s.o')) { ?><meta name="keywords" content="sistemas operativos" /><?php }?> <?php if(is_category('windows')) { ?><meta name="keywords" content="windows" /><?php }?> <?php if(is_category('linux')) { ?><meta name="keywords" content="linux" /><?php }?> <?php if(is_category('mac')) { ?><meta name="keywords" content="mac,macintosh" /><?php }?> <?php if(is_category('skins')) { ?><meta name="keywords" content="skins,temas,themes" /><?php }?> <?php if(is_category('softwares')) { ?><meta name="keywords" content="softwares,programas" /><?php }?> <?php if(is_category('webmastering')) { ?><meta name="keywords" content="webmastering,webmaster" /><?php }?> <?php if(is_category('dominios')) { ?><meta name="keywords" content="dominios,domains" /><?php }?> <?php if(is_category('hosting')) { ?><meta name="keywords" content="hosting" /><?php }?> <?php if(is_category('mensajeria')) { ?><meta name="keywords" content="mensajeria" /><?php }?> <?php if(is_category('windows live messenger')) { ?><meta name="keywords" content="messenger" /><?php }?> <?php if(is_category('tutoriales')) { ?><meta name="keywords" content="tutoriales,manuales,guias" /><?php }?> <?php if(is_category('photoshop')) { ?><meta name="keywords" content="ps,photoshop" /><?php }?> <?php if(is_category('recursos')) { ?><meta name="keywords" content="recursos" /><?php }?> <?php if(is_category('hardware')) { ?><meta name="keywords" content="hardware" /><?php }?> </head> <body> <div id="container"> <div id="header"> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <a href="<?php bloginfo('url'); ?>"><?php bloginfo('description'); ?></a> <div id="search"> <?php include(TEMPLATEPATH . '/searchform.php'); ?> </div> </div> <div id="navbar"> <?php wp_page_menu('show_home=1'); ?> </div>


LinkBack URL
Acerca de LinkBacks




