Ok thx but it doesn’t work right.
How I type my ID to this work fine ?
My search-form.php file looks like this…
<form action="<?php bloginfo('siteurl'); ?>" id="searchform" method="get">
<div>
<label for="s" class="screen-reader-text"></label>
<div id="searchit">
<input type="search" results=5 id="s" placeholder=Search for... name="s" style="width: 95%;" value="<?php the_search_query(); ?>" />
<input type="image" src="/images/search.png" alt="ikonka_szukaj" border="0" class="button" />
</div>
</div>
</form>