[Blog_users_ml 983] Re: エントリとエントリの間にイメージを挿入 (MovableType)

Shigehiro Miyashita blog_users_ml@dropcontrol.com
Tue, 30 Mar 2004 14:18:23 +0900


みやしたです。

<BC8F29C8.C5C%webmaster@tomomon.net>にてwebmasterさん曰く、
> 初めまして。「ともも」といいます。
> [...]
> ひとつやりたいと思ったのが
> 
> ■任意のエントリとエントリの間(だけ)にイメージを挿入できないのか?
> 
> と言うことです。
> [...]

MTEntries タグに offset 指定してはどうでしょう?

http://www.movabletype.org/docs/mtmanual_tags.html#entry 
listings/archive pages

> MTEntries

> lastn=``N''
> Display the last N posts to this weblog, where N is some number 
> greater than 0.  
> 
> offset=``M''
> When used with lastn (above), starts M entries from the most 
> recent, then displays the N most recent posts. For example, if you 
> use the following tag:

<MTEntries lastn="2">
<!-- 今の MTEntries の中身 -->
</MTEntries>

<!-- CD ランキングとか -->
<MTEntries lastn="3" offset="3">
<!-- 今の MTEntries の中身 -->
</MTEntries>

# lastn と offset の値はちょっと違うかもしれません。

--
|宮 下  重 博♪  mailto:s-miyashita@db.jp.nec.com
|--
|AND NOW, for something completely different.