
实现百度搜索框
<form id="bdfm" target="_blank" name="bdfm" method="get" action="https://m.baidu.com/from=1040570f/s?word="><div style="text-align: center;"><a href="https://m.baidu.com"><img width='120' src="http://www.baidu.com/img/flexible/logo/logo_web_2.png"/></a></div><div style="text-align: center;"><input height='30' type="text" id="search1" name="word"/ style="width:200px"><input type="submit" value="搜索" /> </div>
</form>
未能与站点联系来检查致命错误
解决:
打开/www/wwwroot/applezixun.cn/wp-admin/includes/file.php 文件,删除如下代码:

删除以下代码即可
if ( $is_active && ‘php’ === $extension ) {
开始到-------
return new WP_Error( ‘php_error’, $message, $result );
}
结束