You don’t need searchform.php

Searchform.php is only needed if you are actually making changes to the default search form. While reviewing themes submitted to WordPress.org, I often notice that authors are including searchform.php without making any changes compared to the default form. Other authors are using: add_theme_support( ‘html5’, array( ‘comment-list’, ‘comment-form’, ‘search-form’, ‘gallery’, ‘caption’ ) ); But replacing the search… Continue reading You don’t need searchform.php