| 
 | 
 
 
关键字描述:关键字 热门 更新 实时 标记 Copy code < subday num 
Dedecms实时更新热门关键字其实实现起来很简单,可是很多人不知道。 
登录到dedecms后台 
后台:自定义宏标记  
添加一标记: 
所属栏目:默认不用动 
标记名称:keywords_hot 
时间限制:永不过期 
正常显示内容: 
Copy code 
热门关键字:{dede:hotwords num='8' subday='30'/} 
点保存。 
 
=700) window.open('http://files.jb51.net/file_images/cms/200966155982877801.jpg');" src="http://files.jb51.net/file_images/cms/200966155982877801.jpg" onload="if(this.width>'700')this.width='700';" border="0" alt="" />  
如图,再点JS调用 
 
=700) window.open('http://files.jb51.net/file_images/cms/200966155987577802.jpg');" src="http://files.jb51.net/file_images/cms/200966155987577802.jpg" onload="if(this.width>'700')this.width='700';" border="0" alt="" />  
看到如下 
 
=700) window.open('http://files.jb51.net/file_images/cms/200966155992177803.jpg');" src="http://files.jb51.net/file_images/cms/200966155992177803.jpg" onload="if(this.width>'700')this.width='700';" border="0" alt="" /> 
查找模板中的 
Copy code 
热门关键字:{dede:hotwords num='5' subday='30'/} 
用图三中的类似 
Copy code 
 
的替换就可以了 
   
           
 |   
 
 
 
 |