Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 2.76 KB | Hits: 184 | Expires: Never
Copy text to clipboard
  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.  
  4.         <head profile="http://gmpg.org/xfn/11">
  5.                
  6.                 <title>
  7.                         <?php if (is_home()) { echo bloginfo('name');
  8.                         } elseif (is_404()) {
  9.                         echo '404 Not Found';
  10.                         } elseif (is_category()) {
  11.                         echo 'Category:'; wp_title('');
  12.                         } elseif (is_search()) {
  13.                         echo 'Search Results';
  14.                         } elseif ( is_day() || is_month() || is_year() ) {
  15.                         echo 'Archives:'; wp_title('');
  16.                         } else {
  17.                         echo wp_title('');
  18.                         }
  19.                         ?>
  20.                 </title>
  21.  
  22.             <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
  23.                 <meta name="description" content="<?php bloginfo('description') ?>" />
  24.                 <?php if(is_search()) { ?>
  25.                 <meta name="robots" content="noindex, nofollow" />
  26.             <?php }?>
  27.        
  28.                 <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
  29.         <!--[if IE 6]>
  30.         <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie6.css" media="screen" />
  31.         <![endif]-->
  32.          <!--[if IE 7]>
  33.         <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie7.css" media="screen" />
  34.         <![endif]-->
  35.                 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  36.                 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  37.                 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  38.                 <?php wp_enqueue_script('jquery'); ?>
  39.                 <?php wp_head(); ?>
  40.         <script type="text/javascript" src="http://localhost:8888/wordpress/wp-content/themes/Ev3s Store/jquery-fonteffect-1.0.0.min.js"></script>
  41.                 <script type="text/javascript" src="http://localhost:8888/wordpress/wp-content/themes/Ev3s Store/categoriesfonteffect.js"></script></head>
  42.  
  43.         <body>
  44.         <div id="page-wrap">
  45.     <div id="top">
  46.     <div id="logo"><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /></a></div>
  47.     <div id="ad1"><img src="<?php bloginfo('template_directory'); ?>/images/ad1.jpg" alt="<?php bloginfo('name'); ?>" /></div>
  48.     <div id="homebutton"><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('template_directory'); ?>/images/homebutton.jpg" alt="<?php bloginfo('name'); ?>" /></a></div>
  49.     <div id="categories"><?php wp_list_categories('title_li=&hide_empty=0&orderby=id'); ?><?php wp_list_pages('title_li='); ?></div>
  50.     <div id="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></div>
  51.     </div>
  52.     <div class="clear"></div>