Title: alias11's Replies | WordPress.org

---

# alias11

  [  ](https://wordpress.org/support/users/alias11/)

 *   [Profile](https://wordpress.org/support/users/alias11/)
 *   [Topics Started](https://wordpress.org/support/users/alias11/topics/)
 *   [Replies Created](https://wordpress.org/support/users/alias11/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/alias11/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/alias11/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/alias11/engagements/)
 *   [Favorites](https://wordpress.org/support/users/alias11/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Noob theme image question](https://wordpress.org/support/topic/noob-theme-image-question/)
 *  Thread Starter [alias11](https://wordpress.org/support/users/alias11/)
 * (@alias11)
 * [17 years ago](https://wordpress.org/support/topic/noob-theme-image-question/#post-1053406)
 * Thank you very much for your reply.
    I see none related, but I may not recognize
   it if it is not obvious. Here is the header.php:
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml”&gt](http://www.w3.org/1999/xhtml”&gt);
   <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt); <meta
   http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?
   php bloginfo(‘charset’); ?>” /> <meta name=”description” content=”” /> <meta 
   name=”keywords” content=”wordpress themes” /> <meta name=”copyright” content=””/
   > <title><?php wp_title(); ?> <?php bloginfo(‘name’); ?>: <?php bloginfo(‘description’);?
   ></title> <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’);?
   >” /> <link rel=”icon” href=”/favicon.ico” type=”image/x-icon” /> <link rel=”
   EditURI” type=”application/rsd+xml” title=”RSD” href=”[http://scott-m.net/xmlrpc.php?rsd&#8221](http://scott-m.net/xmlrpc.php?rsd&#8221);/
   > <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
   <?php wp_get_archives(‘type=monthly&format=link’); ?> <?php wp_head(); ?>
 * </head>
 * <body>
    <div id=”wrap_talia”> <div id=”container_talia”> <div id=”header_talia”
   > <div class=”header_site_desc”> <h1>“><?php bloginfo(‘name’); ?></h1> <p><?php
   bloginfo(‘description’); ?></p> </div>
 *  <div class=”header_nav_box”>
    <div id=”searchform”> <form method=”get” action
   =”<?php echo $_SERVER[‘PHP_SELF’]; ?>”> <p> <input name=”submit” type=”image”
   src=”<?php bloginfo(‘stylesheet_directory’);?>/images/search_button.gif” alt=”
   search” /> </p> <p><input name=”s” type=”text” class=”src_field” value=”<?php
   the_search_query(); ?>” /></p> </form> </div> <div class=”navigators”>
    - 
    - <?php wp_list_pages(‘title_li=&depth=1’); ?>
 *  </div>
 *  </div>
 *  </div>

Viewing 1 replies (of 1 total)