/ Published in: PHP
URL: http://scottnix.com/code/wordpress/thematic-snippets/
Add a search box inside the branding in the header.
Expand |
Embed | Plain Text
// add a search form to the header (inside branding div) function childtheme_searchform() { get_search_form(); } add_action('thematic_header','childtheme_searchform',7);
You need to login to post a comment.
