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 中管理他的数据。
数据结构可能非常复杂,由相互链接的不同内容类型(对象)组成。
例如,您可以创建 5 个 A 类型的对象并将其中 3 个链接到另一个对象类型。数据库必须非常灵活和可扩展。用 wordpress 做这件事的最好方法是什么?有没有很棒的插件可以做到这一点?(不会让客户与太多盒子等混淆)
还是最好编写一个自己的应用程序/插件来管理它?
感谢您的任何建议:)