Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2011, 10:04
raydenslayer
 
Fecha de Ingreso: julio-2010
Mensajes: 248
Antigüedad: 13 años, 9 meses
Puntos: 23
Respuesta: Se puede hacer esto...?

cambia

<?php wp_list_categories('title_li='); ?>

por

<?php wp_list_pages('title_li='); ?>

Mas info

http://codex.wordpress.org/Function_.../wp_list_pages

(Sin ver tu blog, es muy dificil dar un respuesta directa)