Ver Mensaje Individual
  #13 (permalink)  
Antiguo 22/02/2011, 06:35
Xijamk
 
Fecha de Ingreso: febrero-2011
Mensajes: 16
Antigüedad: 13 años, 9 meses
Puntos: 1
Respuesta: [Problema] Eliminar enlace permanente de la página

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