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.
ワードプレスで、次のように一般的なワードプレスの投稿とページの別の場所にページを作成したい: http://example.com/sitemap.xml それでも、WPループとすべてのワードプレス機能を使用したい 助けてください
ファイルの先頭で「wp functions」を呼び出す必要があります
header('Content-Type: text/html; charset: UTF-8'); require( '../../../../wp-load.php' );
どこ ../../ ... は、wp-load.phpファイルをどこに置いたかに応じたファイルへのパスです。
wp-load.php
この後、好きなようにループを使用できます。