Hola nuevamente!
Espero que todos los foreros esten bien y pues, siempre agradeciendo su ayuda.
Acabo de cuztominar un theme en wordpress y todo andaba bien hasta que el Header desaparecio!
No he manipulado el archivo Header.php y menos el grafico header.jpg y no entiendo porque no logro ver el Header del diseño....
He intentando colocar el diseño original pero igual, no logro verlo....mmm...
Aqui pueden ver el diseño sin el header:
http://img15.imageshack.us/img15/2394/headermalo.jpg
No se si es buena idea dejar el Header.php, pero se los dejo:
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<!--
__________________________________________________ __________________
| |
|THEME NAME : Night Transition |
| AUTHOR : Jeeremie {
http://web-kreation.com } |
| DATE : 2008-05-12 |
| COPYRIGHT : Free use if this notice is left in place |
| EMAIL :
support@web-kreation.com |
| VERSION : 1.0 |
| DOWNLOAD :
http://web-kreation.com/download.php#nighttransition |
|_________________________________________________ ___________________|
-->
<title>
<?php
if (is_home()) { echo bloginfo('name'); }
elseif (is_404()) { bloginfo('name'); echo ' - Oops, this is a 404 page'; }
else if ( is_search() ) { bloginfo('name'); echo (' - Search Results');}
else { bloginfo('name'); echo (' - '); wp_title(''); }
?>
</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!-- Mootools Core (1.2) -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mootools-release-1.11.js"></script>
<!--Toggle effect (show/hide login form) -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/fx.slide.js"></script>
<!-- tabbed content for sidebar -->
<!--
Tab Content script v2.2 Dynamic Drive DHTML code library (
www.dynamicdrive.com)
This notice MUST stay intact for legal use
Visit Dynamic Drive at
http://www.dynamicdrive.com/ for full source code
-->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/tabcontent.js">
</script>
<?php wp_head(); ?>
</head>
<body>
<!-- Login -->
<div id="login">
<div class="loginContent">
<form action="<?php bloginfo('url') ?>/wp-login.php" method="post">
<label for="log"><b>Username: </b></label>
<input type="text" name="log" id="log" value="<?php echo wp_specialchars(stripslashes($user_login), 1) ?>" size="25" />
<label for="pwd"><b>Password:</b></label>
<input type="password" name="pwd" id="pwd" size="25" />
<input type="submit" name="submit" value="" class="button_login" />
<input type="hidden" name="redirect_to" value="<?php echo $_SERVER['REQUEST_URI']; ?>"/>
</form>
<div class="left">
<label for="rememberme"><input name="rememberme" id="rememberme" class="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label></div>
<div class="right">Not a member? <a href="<?php bloginfo('url') ?>/wp-register.php">Register</a> | <a href="<?php bloginfo('url') ?>/wp-login.php?action=lostpassword">Lost your password?</a></div>
</div>
<div class="loginClose"><a href="#" id="close">Close Panel</a></div>
</div> <!-- /login -->
<div id="container">
<div id="wrapper">
<div id="top">
<div class="logo"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></div>
<?php global $user_ID, $user_identity, $user_level ?>
<?php if ( $user_ID ) : ?>
<!-- If users logged in, display the navigation: -->
<!-- logout -->
<ul class="login">
<li class="left"> </li>
<li>Hello <a href="<?php bloginfo('url') ?>/wp-admin/profile.php"><?php echo $user_identity ?></a></li>
<li>|</li>
<li><a href="<?php bloginfo('url') ?>/wp-admin/">Dashboard</a></li>
<li>|</li>
<li><a href="<?php bloginfo('url') ?>/wp-login.php?action=logout&redirect_to=<?php echo urlencode($_SERVER['REQUEST_URI']) ?>">Log Out</a></li>
</ul> <!-- / logout -->
<?php elseif (get_option('users_can_register')) : ?>
<!-- ... else, display navigation below: -->
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li>Hello Guest!</li>
<li>|</li>
<li><a id="open" href="#">Log In</a></li>
</ul> <!-- / login -->
<?php endif ?>
</div> <!-- / top -->
<!-- MAIN NAVIGATION -->
<ul id="nav">
<li class="left"> </li>
<?php wp_list_pages('title_li='); ?>
<li class="sep"> </li>
<li class="right"> </li>
</ul> <!-- / END MAIN NAVIGATION -->
<!-- HEADER -->
<div id="header">
<div class="intro">
<h2><?php bloginfo('name'); ?></h2>
<h1><?php bloginfo('description'); ?></h1>
<p>Open header.php in your favorite web editor to edit this introduction. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ...</p>
</div> <!-- / intro -->
<div class="info">
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <b><?php single_cat_title(''); ?></b> category.</p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for the day <?php the_time('l, F jS, Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for <?php the_time('F, Y'); ?>.</p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for the year <?php the_time('Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>
<?php } ?>
<?php }?>
</div>
<!-- / info -->
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div> <!-- /header -->