Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为我为 wordpress 编写的插件有一个自定义数据库表。现在我想将此表集成到 wordpress 搜索中,因为 wordpress 搜索当然只显示通过核心 CMS 输入的数据的结果。
最好我想避免改变 WP 核心来实现这一点。
那么有什么方法可以使这成为可能,还是我必须编写自己的搜索函数来搜索和显示此自定义表数据的结果?
这个绝对的答案,将是非常定制的,这取决于你想要做什么。但是如果你了解 SQL 和数据库,这篇文章会非常有用。
http://codex.wordpress.org/Function_Reference/wpdb_Class