I was looking for the actual input-field, from the footer.php is put in: <?php get_search_form(); ?> – from where does it get the actual HTML input field? (I am no php-shark in any possible way, I have to say)
Hi @haarbollen get_search_form() is a WordPress function (you can read more about it here). This function takes care of printing the HTML code for the search form.
@haarbollen If you want to add autofocus to the search button when it appears, then I can do that in the next theme update. I’ll put it on the todolist 🙂
HI again – I use the theme for different projects that doesn’t have to have the same outcome/look – I just wanted one of the searchboxes to be with autofocus – all of the others I use they are just fine as they are :o)