icoformatICO Formatプラグインを追加
Photoshopでは、icoファイルを扱うことができないので、以下のプラグインをインストールして、icoを作成・保存出来るようにします。
Photoshop icoformatICO (Windows Icon) Format Plugin
プラグインをダウンロード、解凍したら、ICOFormat pluginというファイルを、「Ap…
WordPressのウィジェットに個別のid,classを設定して、違うデザインを適用したい場合は、functions.php内でサイドウィジェットを有効にする設定項目の「before_widget」の箇所を以下のように変更します。
register_sidebar(array(
'name' => 'side-widget',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
サイドウィジェットを利用する
graffiti on the web
この投稿へのコメント
コメントはまだありません。