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.
"website/order.php" にファイル order.php が存在します。
質問
website/wp-content/themes/template/header.php に存在する order.php ファイルに header.php ファイルを含めたいです。このコードを order.php ファイルで使用していますが、機能していません
include('wp-content/themes/business/header.php');
以下のコードを書くことができます:
include "wp-load.php"; get_header();