各ページにカスタム メタ タイトルを付ける必要があります。モジュールhttp://drupal.org/project/page_titleを見つけましたが、そのエントリに特定のタイトルを付けることはできません。
CCK の MetaTitle フィールドを作成しました。次に、html.tpl.php を以下のように編集しましたが、アクションは実行されません。cck フィールドを間違った方法で呼び出しますか? :/
/sites/all/themes/zen/html.tpl.php
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
<head profile="<?php print $grddl_profile; ?>">
<?php print $head; ?>
<title><?php print $node->field_meta_title[0]['view']; ?></title>
<?php //print $head_title; I removed the line ?>
私は何が欠けていますか?感謝します!!! どうもありがとう!