精華 帝國PHP系統(tǒng)CMS讓TAG標(biāo)簽同步成為頁面的關(guān)鍵詞?
<p><strong>修改系統(tǒng)字段</strong></p>
帝國php系統(tǒng)后臺(tái)–>系統(tǒng)設(shè)置–>管理數(shù)據(jù)表–>[管理字段]【新聞系統(tǒng)數(shù)據(jù)表 (phome_ecms_news)】–>[修改系統(tǒng)字段]【special.field】
把“輸入表單替換html代碼”中的這一句:
<input name="keyboard" type="text" size="52" value="<?=stripSlashes($r[keyboard])?>">
修改成:
<input name=
"keyboard"
?type=
"text"
?size=
"52"
?value=
"<?=stripSlashes($r[keyboard])?>"
?onkeyup=
"infotags.value=this.value;"
>
也就是在標(biāo)簽里面加上?onkeyup="infotags.value=this.value;"?這樣修改一翻,tags標(biāo)簽就會(huì)同步網(wǎng)站關(guān)鍵詞,有tags版塊的可以去試試,非常實(shí)用的一個(gè)小技巧。