Compatibility with HTML5
-
The plugin requires the form’s ID to be “searchform”. However, when themes support HTML5, WordPress doesn’t give search forms that ID. (You can see the code on lines 209-210 of
wp-includes\general-template.php
):if ( 'html5' == $format ) { $form = '<form role="search" method="get" class="search-form" action="' . esc_url( home_url( '/' ) ) . '">
If WP Search Suggest could support that form in addition to the HTML4 form, it would make life much easier for those of us running HTML5 themes.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Compatibility with HTML5’ is closed to new replies.