به وسیله این هم عنوان صفحات داخلی را تغییر می دهید.
آموزش نصب
فایل engine/engine.php را باز کنید .
- کد زیر را پیدا کنید :
$metatags = <<<HTML
<meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" />
<title>{$metatags['title']}</title>
<meta name="description" content="{$metatags['description']}" />
<meta name="keywords" content="{$metatags['keywords']}" />
<meta name="generator" content="DataLife Engine v9.4 (http://datalifeengine.ir/)" />
<link rel="search" type="application/opensearchdescription+xml" href="{$config['http_home_url']}engine/opensearch.php" title="{$config['home_title']}" />
HTML;
- قبل از کد بالا زیر را قرار دهید : ( برداشتن عنوان سایت در ادامه مطلب)
if ($subaction == "showfull") {
$metatags['title'] = " ".str_replace ( ' » '.$config['home_title'] , " " , $metatags['title'] ). " ";
}
ویا کد زیر: ( برای برداشتن عنوان سایت در تمام قسمت های سایت )
if ($nam_e) {
$metatags['title'] = ' ' . $nam_e . ' ';
$rss_title = $metatags['title'];
} elseif ($titl_e) {
$metatags['title'] = ' ' . $titl_e . ' ';
}
- کد زیر را پیدا کنید :
$metatags = <<<HTML
<meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" />
<title>{$metatags['title']}</title>
<meta name="description" content="{$metatags['description']}" />
<meta name="keywords" content="{$metatags['keywords']}" />
<meta name="generator" content="DataLife Engine v9.4 (http://datalifeengine.ir/)" />
<link rel="search" type="application/opensearchdescription+xml" href="{$config['http_home_url']}engine/opensearch.php" title="{$config['home_title']}" />
HTML;
- قبل از کد بالا زیر را قرار دهید : ( برداشتن عنوان سایت در ادامه مطلب)
if ($subaction == "showfull") {
$metatags['title'] = " ".str_replace ( ' » '.$config['home_title'] , " " , $metatags['title'] ). " ";
}
ویا کد زیر: ( برای برداشتن عنوان سایت در تمام قسمت های سایت )
if ($nam_e) {
$metatags['title'] = ' ' . $nam_e . ' ';
$rss_title = $metatags['title'];
} elseif ($titl_e) {
$metatags['title'] = ' ' . $titl_e . ' ';
}