Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/03/2012, 11:09
Jhon Silver
 
Fecha de Ingreso: marzo-2004
Ubicación: Madrid (España)
Mensajes: 837
Antigüedad: 20 años, 1 mes
Puntos: 9
Respuesta: Menu de navegacion en template

Cita:
Iniciado por Nekko Ver Mensaje
Necesitás insertar tu link manualmente:

Código PHP:
Ver original
  1. <div id="headermenu">
  2. <ul>
  3. <li><a href="<?php echo get_option('home'); ?>/">Inicio</a></li>
  4. <?php
  5.  $string = wp_list_pages('title_li=&echo=0&depth=1' );
  6.  $pattern = ' current_page_item "';$replacement = '" id="current"';
  7.  echo str_replace($pattern, $replacement, $string); ?>
  8. </ul>
  9. </div><!-- headermenu -->

Este es el header.php no?
http://themes.svn.wordpress.org/simp....35/header.php
Nekko eres un maquina . Ahora si.
Muchas gracias