LoginSignup
0
0

More than 5 years have passed since last update.

wordpressの初期テーマを作成

Posted at

wordpressをローカル環境に設定を行う - Qiita
の設定を行ってからの人を対象とする。
といってもディレクトリ作ってファイル置くだけなのでなんてことは無いが。

cd wp-content/themes/
mkdir react-sample
cd react-sample
echo 'Hello React Sample' > index.php

cat <<EOF > style.css
/*
Theme Name: React Sample
*/
EOF

これだけでwordpressの管理画面からテーマの設定が出来る。
スクリーンショット 2017-01-29 15.20.35.png

で設定できた画面がこちら
スクリーンショット 2017-01-29 15.20.44.png

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