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.
我有一个现有的 php 站点,我尝试使用 wordpress 的 wpinclude 插件来集成它们,但徒劳无功。我想将网站的所有功能集成到 wordpress 中,除了演示文稿
您可以通过包含 wp-load 文件来使用现有站点中的 Wordpress 功能:
<?php require( '../my_wordpress_install_root/wp-load.php' ); ?>
但是,如果您以另一种方式工作,则可以通过 Wordpress 进行操作。您可以创建一个与现有站点中的功能对话的插件。