mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
6 lines
224 B
PHP
6 lines
224 B
PHP
|
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
|
||
|
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
|
||
|
<input type="submit" id="searchsubmit" value="Search" />
|
||
|
</div>
|
||
|
</form>
|