Google Web API打造站内搜索
zhiqiangSeptember 5, 2006 IT技术
WordPress自带了站内搜索,可是搜索结果很不令人满意。它的搜索是通过MYSQL查询得来的,所以首先它无法分词和切词,对于中文搜索效果尤其差。其次它无法在搜索结果中高亮度和重点显示搜索关键词相关内容,而是显示一堆乱七八糟的东西。但用上Google Web API构建的站内搜索后,一切都迎刃而解。
利用Google Web API,可以将搜索内容发送到Goog...
WordPress Coding Standards
From WordPress Chinese
Jump to: navigation, search
Some legacy parts of the WordPress code structure for PHP markup are inconsistent in their style. WordPress is working to gradually improve this by helping users maintain a consistent style so the code can remain clean and easy to read at a glance.
Keep the following points in mind when writing cod...