Home » Featured, Theme, wordpress

arthemiaのカスタマイズ

20 3月 2009 No Comment

wordpressのtheme「arthemia」のカスタマイズを備忘!

■トップページで説明付きで表されるカテゴリの選択
index.php 54行目
<?php $display_categories = array(3,4,6,7,8); $i = 1;
※カテゴリIDの調べ方…ブラウザでカテゴリ一覧での表示にマウスオーバーするとIDが表示される。

■サムネイルのサイズを変更
■index.php 90〜91行目
$values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=150&h=150&zc=1&q=100″
alt=”<?php the_title(); ?>” class=”left” width=”150px” height=”150px” /></a>
の150を100に変更
$values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=100&h=100&zc=1&q=100″
alt=”<?php the_title(); ?>” class=”left” width=”100px” height=”100px” /></a>

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.