Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/crist/public_html/archives/2004/04/05_2153.php on line 175
Warning: include(http://zsus.net/left.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/crist/public_html/archives/2004/04/05_2153.php on line 175
Warning: include() [function.include]: Failed opening 'http://zsus.net/left.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crist/public_html/archives/2004/04/05_2153.php on line 175
05
Apr,2004,Monday.It is the 096day this year by the end of today.
月別アーカイブを変更
今まで月別アーカイブが全部エントリーごとだったのを日付ごとに表示されるように変更しました。だって何日かわかりづらかったし・・!
Memo LeavesさんのDate-Based Archiveを各エントリーへのリンクのみにするを参考に。
自分的にはカテゴリーも表示させたいと思っていたのでそのページのソースをカスタマイズ。
<li>タグの代わりにポイント画像を使用してテーブルタグを取っ払った。
そしてこんな感じに。
<div class="blog">
<MTEntries>
<MTDateHeader>
<div class="mark">
<div class="mark2"></div>
<ul>
</MTDateHeader>
<div class="side">
<img src="ここにワンポイントの画像のアドレス" border="0" align="middle">
<a href="<$MTEntryPermalink$>" onmouseover="window.status='<$MTEntryTitle$>';return true"><$MTEntryTitle$></a>
<MTEntryCategories glue=", ">
【<a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryDescription$></a>】
</MTEntryCategories>
</div>
<MTDateFooter>
</ul>
</MTDateFooter>
</MTEntries>
</div>
うっとおしいですが<>を全部全角で打ちました。
もしよかったらここからコピペしてください
こんな感じに。ページが長くならないようにちょっと文字を小さくしたのです。
あとは適当にいろいろいじくりました。
さらに追記。
僕の場合はカテゴリーを日本語表記するために{カテゴリーの属性を変更する}で日本語交じりのカテゴリーで表記していますので、そういった表記をしていないサイトのばあいは
<MTEntryCategories glue=", ">
【<a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryLabel$></a>】</MTEntryCategories>
としてみてくださいネ!
ちなみにまた<>は全角です。つまりMTCategoryDiscriptionをMTCategoryLabelにするだけです(*∩∩*)