选择频道搜索
1、使用php的flush函数
在header后调用PHPflush函数,可以加速WordPress博客。在header.php文件的结束标签前,加上以下的代码行:
<?phpflush();?>