源码论坛,商业源码下载,尽在锦尚中国商业源码论坛
标题:
修改DedeCMS频道模板"图文资讯"为广告位的方法
[打印本页]
作者:
洪七公
时间:
2023-2-11 15:40
标题:
修改DedeCMS频道模板"图文资讯"为广告位的方法
首先:打开index_article.htm模板,找到以下代码:
<divclass="picnewsmt1">
<dlclass="tbox">
<dt><strong>图文资讯</strong></dt>
<dd>
<ulclass="e1">
{dede:arclistrow=5orderby=pubdatetype='image.'imgwidth='124'imgheight='94'}
<li><ahref="[field:arcurl/]">[field:image/]<spanclass="title">[field:title/]</span></a></li>{/dede:arclist}
</ul>
</dd>
</dl>
</div><!--/picnews-->
修改为:
<divclass="picnewsmt1">
<dlclass="tbox">
<scriptsrc='/plus/ad_js.php?aid=12'language='javascript'>< /script><!--注意:前边是广告代码,请自行替换-->
</dl>
</div><!--/picnews-->
注:修改过程中,你可以保留图文资讯字样,可以修改成与广告有关的标题。
欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/)
Powered by Discuz! X3.3