摘要: wordpress custom formA last option is to write a custom function (in yourfunctions.phpfile) and hook that function to theget_search_formaction hook.function sanofi_search_form( $form ) { $form = '<form role="search" method="get" id="searchform" action="' 阅读全文
posted @ 2012-08-21 17:56 myjavawork 阅读(280) 评论(0) 推荐(0)