Los archivos .php que tengo son 404, archive, comments, footer, functions, header, index, legacy-comments, onecolumn-page, page, search, searchform, single
No hay mas codigo en el header.php
index.php :
Código:
<?php
get_header();
if (have_posts())
{
while (have_posts())
{
art_post();
}
art_page_navi();
} else {
art_not_found_msg();
}
get_footer();
El function.php es muy largo, no me entra en el post xD