Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/03/2011, 11:22
Avatar de Omegakenshin
Omegakenshin
 
Fecha de Ingreso: junio-2010
Ubicación: Costa Rica
Mensajes: 156
Antigüedad: 13 años, 10 meses
Puntos: 22
Respuesta: problemas con previous_post_link y next_post_link por categorias

Salu2 compañero, creo que lo que hace falta es una coma:

Aca te muestro

Este es el original
Código PHP:
<div>
<div style="float:left; width:260px;"><?php previous_post_link('&laquo; %link' true); ?></div>
<div style="float:right; width:260px;"><?php next_post_link('%link &raquo;' true); ?></div>
</div>

Este tiene los cambios
Código PHP:
<div>
<div style="float:left; width:260px;"><?php previous_post_link('&laquo;' '%link' true); ?></div>
<div style="float:right; width:260px;"><?php next_post_link('&raquo;' '%link' true); ?></div>
</div>

No estoy seguro de k esto funcione, pero sino sale bien el texto prueba cambiando

'%link' => '%title'

Espero te sirva, Salu2