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.
プラグインがすべてのページに表示されるように、page.php ファイルにいくつかのショートコードといくつかの箇条書き項目を含めようとしています。ウィジェット領域がないので、これを行っています。ただし、プラグインはページに表示されず、箇条書き項目のスタイルも適用されません。
誰でも私を助けることができますか?
あなたの質問を理解しているかどうかわかりませんが、Wordpress の php テンプレートにショートコードを含めたい場合は、次のコードを使用できます。
<?php do_shortcode('[shortcode]'); ?>