Steamer Lane Studio技術備忘録ム―バブルタイプ

MovableType (dailyArchive等で)タイトルが重複した際の処理

movable-type MovableType (dailyArchive等で)タイトルが重複した際の処理
最終更新日: 2023年4月15日

<mt:Entries>
<$MTEntryTitle remove_html="1" trim="1" strip_linefeeds="1"escape="html" setvar="ent_title"$>
<$mt:SetVar name="ent_titles" key="$ent_title" value="1"$>
</mt:Entries>
<mt:Loop name="ent_titles" glue=" ">
<$mt:GetVar name="__key__"$>
</mt:Loop>

一例として、日別アーカイブに複数エントリー掲載の際、タイトル(タイトルじゃなくてタグとかでも)が重複しないようにする処置。