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.
単一のテンプレートとページ テンプレートのメタ ディスクリプションを変更しようとしましたが、うまくいきました。
add_action を使用して、メタ ディスクリプションの変更をトリガーします。しかし、検索結果ページのメタディスクリプションを変更しようとすると、add_action を使用しても機能しません。
そうする他の方法はありますか?ページの下部からメタ ディスクリプションをトリガーするため、add_action または add_filter を使用する必要があります。
これをheader.phpに追加すると簡単です
<?php if (is_search()) { //ADD SUM META DESCRIPTIONS } ?>