File: //proc/self/cwd/wp-content/themes/vadimarketv4/searchform.php
<form class="search-form" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get" role="search">
<label>
<input class="search-field" type="search" title="<?php echo __('Aranacak kelimeyi yazınız …','temavadisi'); ?>" name="s" value="<?php echo get_search_query(); ?>" placeholder="<?php echo __('Aranacak kelimeyi yazınız …','temavadisi'); ?>">
</label>
<button class="search-submit" type="submit" value="<?php echo __('Ara','temavadisi'); ?>"><?php echo __('Ara','temavadisi'); ?></button>
<input type="hidden" name="post_type" value="post" />
</form>