$g_page_title

各ページのタイトル

<!--$g_page_title-->

解説

Entry Category Date Searchでの各ページのタイトル

  • Entry : 記事のタイトル
  • Category : カテゴリー名
  • Date : ○年○月○日
  • Search : 検索結果

このように表示されます。

サンプル

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />
    <meta name="keywords" content="<!--$g_keyword1--> <!--$g_keyword2--> <!--$g_keyword3-->" />
    <meta name="description" content="<!--$g_explanation-->" />
    <link rel="stylesheet" href="http://<!--$g_user_id-->/css/" type="text/css" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://<!--$g_user_id-->/RSS/" />
    <link rel="alternate" type="application/atom+xml" title="ATOM" href="http://<!--$g_user_id-->/ATOM/" />
    <title><!--$g_title--> <!--$g_page_title--></title>
</head>