1. เปิดไฟล์ ชื่อ index.template.php ที่อยู่ใน theme ที่เราใช้อยู่ครับ แล้วค้นหาบรรทัดข้างล่างนี้
// Show the menu here, according to the menu sub template. template_menu();
2. เมื่อเจอแล้ว ให้แทรก code ข้างล่างนี้ ไว้ใต้บรรทัด template_menu(); (ซึ่งจุดนี้เป็นการแทรก code เพื่อติด adsense ใต้เมนู)
include_once('adsense1.txt');
3. ลงมาด้านล่าง7-8บรรทัด จะเห็นว่า มี code ดังนี้
// Show the navigation tree.
theme_linktree();
ซึ่งใต้บรรทัดนี้แหล่ะ ที่เป็นการติด code เพื่อให้ adsense แสดงใต้เมนู nevigation
ก็ใช้ code ลักษณะเดิมนี่แหล่ะครับ คือ
include_once('adsense2.txt');
4. ต่อไปให้ไปเปิด notepad เพื่อใช้ใส่โค๊ด adsense ครับ
ดังนี้
<div align="center"> โค๊ด adsense ของเราครับ</div>
เสร็จ แล้วก็ save เป็นชื่อ adsense1 ให้ตรงกับชื่อในโค๊ด include_once('adsense1.txt'); นะครับ จากนั้นก็ upload ไปไว้ใน root ของ index.php ครับ
ส่วนไฟล์ adsense2 ก็เช่นกันครับ ทำเหมือนกัน
เสร็จแล้วครับ
* ถัดจากโค๊ดของเราไม่กี่บรรทัดก็จะเห็นว่ามีโค๊ดดังนี้
// The main content should go here.
echo '
<div id="bodyarea">';
}
function template_body_below()
{
global $context, $settings, $options, $scripturl, $txt;
(จุดนี้เราก็สามารถใส่ โค๊ด โดยใช้วิธีเดียวกันเพื่อติด adsense หรือ analytics หรือ robot ครับ)
echo '
</div>';
เครดิต:
http://www.doothaithai.com/read.php?tid-115.html