详情页

eyoucms 获取单页内容的代码

时间:2024年02月22日

编辑:佚名

eyoucms模板中获取单页内容的代码
{eyou:type typeid='你的栏目id' addtable='single_content'}
{$field.content|html_msubstr=###,0,155}...
{/eyou:type}(此标签过滤样式)
{eyou:type typeid='你的栏目id' addtable='single_content'}
  {$field.content|getsubstr=###,0,420}...
{/eyou:type}(此标签不过滤样式)
相关文章
猜你需要