テンプレート・モジュール : technorati-tags
テクノラティ・タグを出力します。
自分でテンプレート・モジュールを作成する場合は、この標準モジュールをベースに、カスタマイズをするのが楽です。モジュールを作成したら、『新しくテンプレート・モジュールを作成』をクリックして、名前( technorati-tags )をつけて保存します。作成したモジュールは、以下のように記述することで、他のテンプレートで読み込むことができます。
- <$MTInclude module="technorati-tags"$>
関連モジュール・テンプレート
- 利用元テンプレート
このモジュールを利用しているテンプレートあるいはモジュールの一覧です。テンプレート名をクリックすると、内容を表示します。
module-entry-list module-entry-excerpted module-entry-list-single module-entry-list-sticky module-entry-individual
テンプレートの内容
<!-- technorati tags --> <MTWeblogIfExposeTags> <MTEntryIfTagged> <p class="entry-footer-tags"> <a href="http://www.technorati.jp/search/<$MTEntryPermalink$>" title="<$MTTrans phrase="Find related items at Technorati."$>"><$MTTrans phrase="Technorati Tags"$></a>: <MTEntryTags glue=", "><a href="http://technorati.jp/tag/<$MTTagLabelClean encode_url="1"$>" rel="tag"><$MTTagLabel$></a></MTEntryTags> </p> </MTEntryIfTagged> </MTWeblogIfExposeTags>
[ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]