TypePad マニュアル

テンプレート・モジュール : entry-list-single

自分でテンプレート・モジュールを作成する場合は、この標準モジュールをベースに、カスタマイズをするのが楽です。モジュールを作成したら、『新しくテンプレート・モジュールを作成』をクリックして、名前( entry-list-single )をつけて保存します。作成したモジュールは、以下のように記述することで、他のテンプレートで読み込むことができます。

関連モジュール・テンプレート

共通モジュール

このテンプレート / モジュールが利用している、TypePadの共通モジュールのリストです。モジュール名をクリックすると、内容を表示します。

technorati-tags entry-footer-links

テンプレートの内容

<!-- single entry -->
<MTEntries lastn="1">
	<MTWeblogPostIfShow field="date_header">
		<MTDateHeader><h2 class="date-header"><$MTEntryDate format_weblog_date="1"$></h2></MTDateHeader>
	</MTWeblogPostIfShow>
	<div class="entry" id="entry-<$MTEntryID$>">
		<MTWeblogPostIfShow field="post_title">
			<h3 class="entry-header"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
		</MTWeblogPostIfShow>
		<div class="entry-content">
			<div class="entry-body">
				<$MTEntryBody$>
			</div>
			<MTEntryIfExtended>
				<p class="entry-more-link">
					<a href="<$MTEntryPermalink$>#more"><$MTTrans phrase="Continue reading"$> "<$MTEntryTitle$>" &raquo;</a>
				</p>
			</MTEntryIfExtended>
			<MTFeedflareIfEnabled>
				<script src="<$MTFeedflareUrl$><$MTEntryPermalink encode_url="1"$>" type="text/javascript"></script>
			</MTFeedflareIfEnabled>
		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				<$MTEntryPostFooter$>
				<MTEntryIfAllowComments>
					<MTIfNonEmpty tag="MTEntryPostFooter"><span class="separator">|</span></MTIfNonEmpty>
					<a href="<$MTEntryPermalink$>#comments"><$MTTrans phrase="Comments"$> (<$MTEntryCommentCount$>)</a>
				</MTEntryIfAllowComments>
				<MTEntryIfAllowPings>
					<MTIfNonEmpty tag="MTEntryPostFooter"><span class="separator">|</span><MTElse><MTEntryIfAllowComments><span class="separator">|</span></MTEntryIfAllowComments></MTElse></MTIfNonEmpty>
					<a href="<$MTEntryPermalink$>#trackback"><$MTTrans phrase="TrackBack"$> (<$MTEntryTrackbackCount$>)</a>
				</MTEntryIfAllowPings>
			</p>
			<$MTWeblogIncludeModule module="technorati-tags"$>
			<$MTWeblogIncludeModule module="entry-footer-links"$>
		</div>
	</div>
</MTEntries>

      

[ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]