0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【WordPress】分かっていなかった基本的なこと

Last updated at Posted at 2023-11-05

検索フォームをカスタマイズしようとしたが、class="search-box"という検索フォームが無く、class="wp-block-search__input"しかない。

Cocoonの検索フォームをカスタマイズする場合は、以下デフォルト表示される検索フォームを削除し、検索ブロックを追加する。
image.png

追加するのは以下検索ブロック
image.png

記事ページのカスタマイズ

親ページよりも子ページが優先される

①「wp-content/themes/cocoon-child-master」に「tmp」フォルダを作成する。
②「wp-content/themes/cocoon-master/tmp/content.php」ファイルを上記フォルダに配置する。
③「wp-content/themes/cocoon-child-master/content.php」を編集する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?