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 get_imageslidercontent(); ?>
または他の何か。
この関数をテーマのルート フォルダーにある functions.php ファイルに配置する必要があります。そうすれば、テーマで関数を使用できます。