eyoucms调用指定单页内容或指定文章内容

    单页内容:

    {eyou:type typeid='栏目ID' addfields='content'}
    URL:{$field.typeurl}
    栏目名称:{$field.typename}
    内容:{$field.content}
    描述:{$field.content|html_msubstr=###,0,250}
    {/eyou:type}

    指定文章内容:

    {eyou:arcview aid='文档ID'}
    URL:{$field.arcurl}
    标题:{$field.title}
    内容:{$field.content}
    描述:{$field.seo_description}
    {/eyou:arcview}