EUCMS拥有强大的标签系统,最基础的是获取任意栏目字段,介绍写法如下:
{eucms table="class_eu" where id=1}{classname}{/eucms}
1可以替换为任何栏目的ID,这是获取栏目名称,是不是很简单?
由此我们可以延深一下,栏目的单页内容代码如下:
{eucms table="class_eu" where=" id=1 and dh=1"}{classname}{/eucms}
这样我们就可以做一个首页的关于我们模块了,代码如下:
<div class="title"><span style="float:left">{eucms table="class_eu" where id=1}{classname}{/eucms}</span><span style="float:right"><a href="[clink]">详细...</a></span></div>
<div class="content">{eucms table="class_eu" where id=1}{content fun="delhtml" len="300" /}{/eucms}</div>
特定信息链接为:[clink]
[clink] 为栏目链接
clink不是栏目表里的字段,为我们针对伪静态、动态链接而特制的字段,-->