How to call the download address of the content page on the homepage of Empire CMS?
This article mainly introduces the method of calling the download address of the content page on the home page of the Empire CMS. This function is realized by using smart tags combined with dynamic URL addresses. It is a very practical skill. Friends who need it can For reference,
The example in this article describes the method of calling the download address of the content page on the home page of the Empire CMS. Share it with everyone for your reference. The specific implementation method is as follows:
The code is as follows:
[e:loop={'download',10,23,0,'isgood=1'}] <li><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <span><a href="/e/DownSys/DownSoft/?classid=<?=$bqr[classid]?>&id=<?=$bqr[id]?>&pathid=0" target="_blank">点击下载</a></span></li> [/e:loop]
It is recommended to study "Empire cms tutorial"
The above is the detailed content of How to call the download address of the content page on the homepage of Empire CMS. For more information, please follow other related articles on the PHP Chinese website!