
MT管理画面の左メニューから、「テンプレート」→「アーカイブ」→「エントリー・アーカイブ」をクリックし、エントリー・アーカイブのテンプレートを開きます。ここでもバックアップを忘れずにね♪
変更後のソースは下記のようになります。いつもの通り、コピー&ペーストしてもらってOKです。ただし、ヘッダー・右サイドのメニュー・フッターモジュールになってますので、注意してください。呼び出すモジュールテンプレートがないと再構築でエラーになります。(テンプレートの名前が違ってもエラーになります。例えばアルファベットが1文字違うだけでもエラーになります。)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
<meta http-equiv="Content-Type" content="text/html; harset=<$MTPublishCharset$>" />
<meta name="generator" content="Movable Type <$MTVersion$>" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/atom+xml" title="Atom"href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
<title><$MTBlogName encode_html="1"$>: <$MTEntryTitle remove_html="1"$></title>
<link rel="start" href="<$MTBlogURL$>" title="Home" />
<MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious>
<MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext>
<$MTEntryTrackbackData$>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
<script type="text/javascript" src="<$MTBlogURL$>mt-site.js"></script>
</head>
<body>
<div id="container">
<!--バナー開始-->
<$MTInclude module="header"$>
<!--バナー終了-->
<!--左側開始-->
<div id="left">
<p>
<MTEntryPrevious><a href="<$MTEntryPermalink$>">« <$MTEntryTitle$></a> |</MTEntryPrevious>
<a href="<$MTBlogURL$>">メイン</a>
<MTEntryNext>| <a href="<$MTEntryPermalink$>"><$MTEntryTitle$>
»</a></MTEntryNext>
</p>
<a id="a<$MTEntryID pad="1"$>"></a>
<div id="entry-<$MTEntryID$>"></div>
<h3><$MTEntryTitle$></h3>
<$MTEntryBody$>
<$MTEntryMore$>
<p>日時: <$MTEntryDate format="%x"$></p>
<MTIfPingsActive>
<h3>トラックバック</h3> <MTIfPingsAccepted><p>このエントリーのトラックバックURL: <br /><$MTEntryTrackbackLink$></p></MTIfPingsAccepted>
<MTPings>
<MTPingsHeader>
<p>この一覧は、次のエントリーを参照しています: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a>:</p>
</MTPingsHeader>
<a id="p<$MTPingID pad="1"$>"></a>
<$MTPingID$>
<p>
» <a rel="nofollow" href="<$MTPingURL$>"><$MTPingTitle$></a> from <$MTPingBlogName$><br />
<$MTPingExcerpt$> <a rel="nofollow" href="<$MTPingURL$>">[詳しくはこちら]</a>
</p>
トラックバック時刻: <a href="#ping-<$MTPingID$>"><$MTPingDate$></a>
</p>
</MTPings>
</MTIfPingsActive>
<MTIfCommentsActive>
<MTComments>
<MTCommentsHeader><h3>コメント</h3></MTCommentsHeader>
<a id="c<$MTCommentID pad="1"$>"></a>
<$MTCommentID$>
<$MTCommentBody$>
<p>投稿者: <$MTCommentAuthorLink default_name="Anonymous"$> <$MTCommentAuthorIdentity$> | <a href="#comment-<$MTCommentID$>"><$MTCommentDate$></a></p> </MTComments>
<MTEntryIfCommentsOpen>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
<h2>コメントを投稿</h2>
<script type="text/javascript">
<!--
writeTypeKeyGreeting(commenter_name, <$MTEntryID$>); //-->
</script>
<MTIfCommentsModerated>
<p>(いままで、ここでコメントしたことがないときは、コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。承認されるまではコメントは表示されません。そのときはしばらく待ってください。)</p>
</MTIfCommentsModerated>
<p><label for="comment-author">名前: </label>
<input id="comment-author" name="author" size="30" /></p>
<p><label for="comment-email">メールアドレス: </label>
<input id="comment-email" name="email" size="30" /></p>
<p><label for="comment-url">URL: </label>
<input id="comment-url" name="url" size="30" /></p>
<p><label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" />
この情報を登録しますか?</label></p>
<p><label for="comment-text">コメント: <MTIfAllowCommentHTML>(スタイル用のHTMLタグが使えます)</MTIfAllowCommentHTML></label>
<textarea id="comment-text" name="text" rows="10" cols="30"></textarea></p>
<input type="submit" accesskey="v" name="preview" id="comment-preview" value="確認" />
<input type="submit" accesskey="s" name="post" id="comment-post" value="投稿" />
</form> </MTEntryIfCommentsOpen>
k </MTIfCommentsActive>
</div>
<!--左側終了-->
<!--右側開始-->
<div id="right">
<$MTInclude module="menu"$>
</div>
<!--右側終了-->
<div style="clear: both; "></div>
<!--フッター開始-->
<$MTInclude module="footer"$>
<!--フッター終了-->
</div>
</body>
</html>
変更後はこんな感じです。<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
<meta http-equiv="Content-Type" content="text/html; harset=<$MTPublishCharset$>" />
<meta name="generator" content="Movable Type <$MTVersion$>" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/atom+xml" title="Atom"href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
<title><$MTBlogName encode_html="1"$>: <$MTEntryTitle remove_html="1"$></title>
<link rel="start" href="<$MTBlogURL$>" title="Home" />
<MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious>
<MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext>
<$MTEntryTrackbackData$>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
<script type="text/javascript" src="<$MTBlogURL$>mt-site.js"></script>
</head>
<body>
<div id="container">
<!--バナー開始-->
<$MTInclude module="header"$>
<!--バナー終了-->
<!--左側開始-->
<div id="left">
<p>
<MTEntryPrevious><a href="<$MTEntryPermalink$>">« <$MTEntryTitle$></a> |</MTEntryPrevious>
<a href="<$MTBlogURL$>">メイン</a>
<MTEntryNext>| <a href="<$MTEntryPermalink$>"><$MTEntryTitle$>
»</a></MTEntryNext>
</p>
<a id="a<$MTEntryID pad="1"$>"></a>
<div id="entry-<$MTEntryID$>"></div>
<h3><$MTEntryTitle$></h3>
<$MTEntryBody$>
<$MTEntryMore$>
<p>日時: <$MTEntryDate format="%x"$></p>
<MTIfPingsActive>
<h3>トラックバック</h3> <MTIfPingsAccepted><p>このエントリーのトラックバックURL: <br /><$MTEntryTrackbackLink$></p></MTIfPingsAccepted>
<MTPings>
<MTPingsHeader>
<p>この一覧は、次のエントリーを参照しています: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a>:</p>
</MTPingsHeader>
<a id="p<$MTPingID pad="1"$>"></a>
<$MTPingID$>
<p>
» <a rel="nofollow" href="<$MTPingURL$>"><$MTPingTitle$></a> from <$MTPingBlogName$><br />
<$MTPingExcerpt$> <a rel="nofollow" href="<$MTPingURL$>">[詳しくはこちら]</a>
</p>
トラックバック時刻: <a href="#ping-<$MTPingID$>"><$MTPingDate$></a>
</p>
</MTPings>
</MTIfPingsActive>
<MTIfCommentsActive>
<MTComments>
<MTCommentsHeader><h3>コメント</h3></MTCommentsHeader>
<a id="c<$MTCommentID pad="1"$>"></a>
<$MTCommentID$>
<$MTCommentBody$>
<p>投稿者: <$MTCommentAuthorLink default_name="Anonymous"$> <$MTCommentAuthorIdentity$> | <a href="#comment-<$MTCommentID$>"><$MTCommentDate$></a></p> </MTComments>
<MTEntryIfCommentsOpen>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
<h2>コメントを投稿</h2>
<script type="text/javascript">
<!--
writeTypeKeyGreeting(commenter_name, <$MTEntryID$>); //-->
</script>
<MTIfCommentsModerated>
<p>(いままで、ここでコメントしたことがないときは、コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。承認されるまではコメントは表示されません。そのときはしばらく待ってください。)</p>
</MTIfCommentsModerated>
<p><label for="comment-author">名前: </label>
<input id="comment-author" name="author" size="30" /></p>
<p><label for="comment-email">メールアドレス: </label>
<input id="comment-email" name="email" size="30" /></p>
<p><label for="comment-url">URL: </label>
<input id="comment-url" name="url" size="30" /></p>
<p><label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" />
この情報を登録しますか?</label></p>
<p><label for="comment-text">コメント: <MTIfAllowCommentHTML>(スタイル用のHTMLタグが使えます)</MTIfAllowCommentHTML></label>
<textarea id="comment-text" name="text" rows="10" cols="30"></textarea></p>
<input type="submit" accesskey="v" name="preview" id="comment-preview" value="確認" />
<input type="submit" accesskey="s" name="post" id="comment-post" value="投稿" />
</form> </MTEntryIfCommentsOpen>
k </MTIfCommentsActive>
</div>
<!--左側終了-->
<!--右側開始-->
<div id="right">
<$MTInclude module="menu"$>
</div>
<!--右側終了-->
<div style="clear: both; "></div>
<!--フッター開始-->
<$MTInclude module="footer"$>
<!--フッター終了-->
</div>
</body>
</html>
変更したところは2カラムにして、右サイドにメニューを表示させたことと、図中の赤い矢印のところに投稿者や投稿時間などがありましたが、投稿日時だけにしました。エントリー・アーカイブも、もう少しあちこちカスタマイズしていく予定です。