Cita:
Iniciado por yuo2 Segun lo que has colocado diria que te faltaria agregar esto al comienzo:
Código PHP:
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
</head>
<body>
<div id="content">
Ojo que en ese codigo que colocaste le falta
<?php get_header() ?> y no
?php get_header() ?> en la primera linea
Otra sugerencia q te daria tambien esq, si usas wordpress, supongo q estas usando algun Template... seria bueno q busques el template original, ya solo remplazarias el index.
Bueno cualquier cosa en el foro estamos para ayudarnos
mira si te ayuda en algo... cuando intento entrar a mis entradas del blog por ejemplo esta http://wp.me/pDJTU-b1 me sale ese error! que podría ser?
Y en serio gracias por tu ayuda!