index.htmlとarchives.htmlもphp化
と言ってもアーカイブ・ファイルの拡張子をphpにした場合(これらはarchivesディレクトリーに格納されるファイル群)、残りは■アーカイブページ archives.html
■メインページ index.html
これくらいです(mtディレクトリー)。 ので、これらもテンプレート
テンプレート > インデックス・テンプレート > アーカイブページ と メインページ
の先頭に一先ず
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."¥n" ?>
<!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" lang="ja-JP" xml:lang="ja-JP">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta name="generator" content="http://www.movabletype.org/" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="http://www.movabletype.org/" />
この位は挿入しておき、拡張子をphpに書き換えて保存し再構築。 mt上の不要なファイル(index.html等)を削除します。




