> For the complete documentation index, see [llms.txt](https://super-yusuke.gitbook.io/wordpress-memo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://super-yusuke.gitbook.io/wordpress-memo/fuiru.md).

# ファイル構造

### 変更していいファイルは /wp-content 以下に基本ある

それ以外は変更しない。例外は wp-config.php 。これは DB 等の設定を書くことになるので、インストール時に例外的に変更する。

### デザイン等のテンプレートは /wp-content/themes の中にある

この中にフォルダごとに分かれている。

### CSS は /wp-content/themes/each-theme/ にある

とりあえずここに CSS があり、これをいじればいい。普通に CSS を書く。
