テンプレート004改造手順

header.php

リンクを変更(ついったー除去など)

footer.php

左の広告を変更

sidebar.php(→sidebar-index_leftに)

広告の変更(テンプレートはコメントアウトしてウィジェットでフリーテキストで追加)

ウィジェットで表示の並びの変更

sidebar-2.php(→sidebar-index_rightに)

広告の変更

sidebar-3.php(→sidebar-singleに)

広告の変更

sidebar-4.php(→sidebar-pageに)

広告の変更

header.gifの作成と適用(カスタムメニューで適用する)

index.phpの変更

sidebar2.

style.cssでsakano.cssをimportする(blockquoteの見た目変更のため)

editor.cssのblockquoteのmarginを変更(0に)

「カテゴリーメニュー」を作成して、ヘッダ部に割り当て(メニュー機能で)

「フッター1メニュー」を作成して、フッター1~3に割り当て(メニュー機能で)

リネームとインクルードの引数を変更

page2.php→page_1col.php

footer-2.php→footer_page_1col.php

sidebar.php→sidebar_index_left.php

sidebar-2.php→sidebar_index_right.php

sidebar-3.php→sidebar_single.php

sidebar-4.php→sidebar_page.php

base.css

#sidebar2{

 margin:194px 20px 50px 0;

 margin:20px 20px 50px 0;

edit版作成手順

 ◆テーマ固有情報

style.cssのTheme Name:

base.cssの色

default.cssの色

screenshot.png

◆書き換えるもの

●style.css

@import “sakano.css”; を追加

●base.css

#sidebar2を検索してmargin194px→20px

◆置き換えてはいけないもの

style.css

base.css

default.css

screenshot.png

images

ads

◆削除するもの

footer-2.php

page2.php

sidebar.php

sidebar-2.php

sidebar-3.php

sidebar-4.php

 

カスタマイズ

#nav ul{
 width:924px; /*930を*/
 height:35px;
 margin:0 10px;
}
#nav li{
 float:left;
 width:132px; /*155を*/
 text-align:center;
}
#nav a{
 color:#fff;
 font-size:.9em;
 font-weight:700;
 display:block;
 width:132px; /*155を*/

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です