<code id='A39FF677BF'></code><style id='A39FF677BF'></style>
    • <acronym id='A39FF677BF'></acronym>
      <center id='A39FF677BF'><center id='A39FF677BF'><tfoot id='A39FF677BF'></tfoot></center><abbr id='A39FF677BF'><dir id='A39FF677BF'><tfoot id='A39FF677BF'></tfoot><noframes id='A39FF677BF'>

    • <optgroup id='A39FF677BF'><strike id='A39FF677BF'><sup id='A39FF677BF'></sup></strike><code id='A39FF677BF'></code></optgroup>
        1. <b id='A39FF677BF'><label id='A39FF677BF'><select id='A39FF677BF'><dt id='A39FF677BF'><span id='A39FF677BF'></span></dt></select></label></b><u id='A39FF677BF'></u>
          <i id='A39FF677BF'><strike id='A39FF677BF'><tt id='A39FF677BF'><pre id='A39FF677BF'></pre></tt></strike></i>

          当前位置:首页 > dede巅峰国际下载入口cm在线网投apps仿站article >

          dede巅峰国际下载入口cm在线网投apps仿站article

          来源 云谲波诡网
          2025-06-21 02:26:58
          function='html2text(@me)'是过滤html代码调用纯文本。{dede:field.keywords/}是文章关键词的调用,效果如下图红框:

          dedecms仿站article_article.htm(文章内容页模板)-图片2

          {dede:prenext get='pre'/}是上一篇文章的调用,其中eregtype=tag'只匹配tag,而mytypeid='all'指限制所有栏目ID。dede:field.des巅峰国际下载入口cription是文章描述的调用。在线网投app头部tkd标签调用如下:

          <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>

          <meta name="keywords" content="{dede:field.keywords/}" />

          <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />

          其中<title>标题与列表页的标签调用是一样的。

          文章页相关内容(阅读)调用如下例子

          {dede:likearticle row='8' titlelen='42' eregtype=tag' mytypeid='all'}

          <li><a href='[field:arcurl/]' target="_blank">[field:title/]</a></li>{/dede:likearticle}

          上面的代码主要是通过tags标签来调用相关联的文章(即文档要有同样的关键字)。

          文章内容当前位置的调用与列表页当前位置是一样的,都是{dede:field name='position'/}

          {dede:field.title/}文章标题的调用

          发布时间:{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/}

          文章来源:{dede:field.source/}

          文章作者:{dede:field.writer/}

          文章阅读(次数,

          在ded巅峰国际下载入口e在线网投appcms后台的默认模板管理打开article_article.htm文章内容页模板,通过js计算):<script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript">效果如下图红框所示:

          dedecms仿站article_article.htm(文章内容页模板)-图片1

          {dede:field.body/}是正文内容的调用,{dede:prenext get='next'/} 是下一篇文章的调用。