getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Search form ids and fields #257

Closed getdave closed 10 years ago

getdave commented 10 years ago

Somewhile back I amended the search form and I think in the process I broken some IDs that WordPress default search requires.

Check

https://github.com/getdave/Tanlinell/blob/develop/searchform.php

...and amend template as required to ensure search is functioning.

neilberry001 commented 10 years ago

Tested for functionality and could not find anything broken. There are some missing screen-reader type classes as detailed http://codex.wordpress.org/Function_Reference/get_search_form#Examples

Was this what was meant ?

getdave commented 10 years ago

Nope. As long as you can perform a search then it must have been fixed previously. Closing.