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サイトを持っており、ワードプレスのwpincludeプラグインを使用して両方を統合しようとしましたが、何も得られませんでした。プレゼンテーション以外のサイトのすべての機能をワードプレスに統合したい
wp-loadファイルを含めることで、既存のサイトでWordpressの機能を利用できます。
<?php require( '../my_wordpress_install_root/wp-load.php' ); ?>
しかし、あなたが逆にこのようにWordpressを介して作業する場合。既存のサイトでyoure関数と通信するプラグインを作成できます。