アーカイブテンプレート→ウェブページ
ここで、
<$MTInclude module="ユーティリティ"$>
をはずすと下に会ったユーティリティが無くなる。
そこから右にある
→ウェブページの詳細に移る。
こんな感じになっていました。
<div class="entry">
<ul class="info">
<li class="date">Last Modified: <$MTPageModifiedDate format="%x %X"$></li>
</ul>
<MTIfNonEmpty tag="PageBody">
<div class="textBody">
<$MTPageBody$>
</div>
</MTIfNonEmpty>
<MTIfNonEmpty tag="PageMore">
<div class="textBody" id="extended">
<$MTPageMore$>
</div>
</MTIfNonEmpty>
</div>
の中の
<li class="date">Last Modified: <$MTPageModifiedDate format="%x %X"$></li>
をはずすとウェブページの日付が消える。
すっきりしました。
このウェブページをどう使うか検討中。
ここで、
<$MTInclude module="ユーティリティ"$>
をはずすと下に会ったユーティリティが無くなる。
そこから右にある
→ウェブページの詳細に移る。
こんな感じになっていました。
<div class="entry">
<ul class="info">
<li class="date">Last Modified: <$MTPageModifiedDate format="%x %X"$></li>
</ul>
<MTIfNonEmpty tag="PageBody">
<div class="textBody">
<$MTPageBody$>
</div>
</MTIfNonEmpty>
<MTIfNonEmpty tag="PageMore">
<div class="textBody" id="extended">
<$MTPageMore$>
</div>
</MTIfNonEmpty>
</div>
の中の
<li class="date">Last Modified: <$MTPageModifiedDate format="%x %X"$></li>
をはずすとウェブページの日付が消える。
すっきりしました。
このウェブページをどう使うか検討中。
関連記事
- Newer: 関連記事をつけるプラグインを入れて設定
- Older: MT4で、複数のブログを運営するためにめっちゃがんばった!
