Pues la verdad es que no encuentro nada de esto por ningún sitio y a lo mejor es muy sencillo. El theme que le he puesto a mi blog me pone en el header el titulo que yo introduci al instalarlo, pero yo quiero poner un logo png o gif como el que viene en la carpeta images del theme pero que no aparece al activar dicho tema.
El blog esta creado con Wordpress la dirección http://www.blog.isspal.com
Y el codigo del header:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta name="verify-v1" content="CbTOw2p5hC2gaqf0xX6SB0PPA2WmikhurksxwEQOwsc=" /> <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 --> <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title(); } ?></title> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_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 wp_head(); ?> </head> <body> <div id="wrapper"> <div id="header"> <div class="search"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <ul class="navmenu"> <li class="<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>"><?php _e('Home'); ?></a></li> <?php wp_list_pages('sort_column=id&depth=1&title_li='); ?> <?php wp_register('<li>','</li>'); ?> </ul> <h1> <a href="<?php bloginfo('home'); ?>"><?php bloginfo('name'); ?></a> <!-- img class="logo" src="<?php bloginfo('template_url'); ?>/images/logo.gif" alt="" / --> </h1> </div><!-- End of #header --> <div id="content">