:: พัฒนาเว็บไซต์ CoolhostPlus :: > Simple Machines Forum [SMF]
วิธีการสร้างคีย์เวิร์คให้กับ SMF โดยอัตโนมัติ
(1/1)
CoolhostPlus:
สำหรับ SMF 2.0.x
เปิดไฟล์ index.template.php สำหรับธีมที่ใช้
หาโค้ด
--- โค๊ด: ---', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '
--- End code ---
แทนที่หา
--- โค๊ด: ---';
if (!empty($context['current_topic'])){
$keystring = str_replace(' ', ',', trim($context['page_title_html_safe']));
echo '<meta name="keywords" content="', $keystring, '" />';
}
elseif (!empty($context['current_board'])){
$keystring = str_replace(' ', ',', trim($context['page_title_html_safe']));
echo '<meta name="keywords" content="', $keystring, '" />';
}
else
{
echo '<meta name="keywords" content="', $context['meta_keywords'], '" />';
}
echo '
--- End code ---
นำร่อง
[0] ดัชนีข้อความ
Go to full version