Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/05/2011, 10:57
antonioliza
 
Fecha de Ingreso: abril-2011
Mensajes: 17
Antigüedad: 13 años
Puntos: 4
Respuesta: fallo en mostrar imagen

Prueba lo siguiente:
<?php
$atras="<img src='img/atras.png'/>";
?>
<?php next_post_link(' %link',echo $atras,TRUE);Ê?> &nbsp <?php previous_post_link(' %link','PALANTE',TRUE);Ê?>

Si te falla prueba también poniendo ; detrás del echo $atras:
<?php next_post_link(' %link',echo $atras;,TRUE);Ê?> &nbsp <?php previous_post_link(' %link','PALANTE',TRUE);Ê?>