Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/02/2014, 14:15
juanete50
 
Fecha de Ingreso: junio-2010
Mensajes: 76
Antigüedad: 13 años, 10 meses
Puntos: 0
Problemas con el "buscar" en un sitio hecho en wordpress

hola! tengo el siguiente problema!

mi buscar en wordpress anda solo si le doy enter y no así si presiono el boton "buscar"
porque puede ser eso?

les copio aqui mi searchform.php de wordpress... tal vez haya algo mal redactado!

<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" class="field" name="s" id="s" value="<?php _e('Enter keywords...', 'cp') ?>" onfocus="if (this.value == '<?php _e('Enter keywords...', 'cp') ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Enter keywords...', 'cp') ?>';}" />
<input type="button" name="submit" value="enviar" id="send" />
</form>



muchas gracias!!
saludos!