うさぎのイラスト

ネットアンサー55備忘録

web技術を書いていきます

テーマを作る

-2015年02月27日-
themeとして必要最低限のもの
  1. index.php
  2. style.css
  3. screenshot.png(640px × 480px推奨)
  style.cssの冒頭にいれるもの(テーマの名前必須)
@charset "UTF-8";
/*
Theme Name:テーマの名前
Theme URI:テーマの URL
Description:テーマの説明
Author:作った人の名前
Author URI:作った人の URL
Version:1.0
*/
@import url(css/font-awesome.css);