当前位置: 首页 > 站长资讯 > 正文页面

dedeCMS使用list标签调用文章日期的方法

本文实例讲述了dedeCMS使用list标签调用文章日期的方法。分享给大家供大家参考。具体分析如下:YlC网站目录_网站网址收录与提交入口

前端给的页面中年月日都是分开的,在不同的标签中,所以需要在list标签遍历的时候单独获取文章的年份,月份,日,dedecms只是平时没有导致了,根本不了解怎么去二次开发,百度一下文章挺多,几乎你遇到的网上都有对应的文章,解决方案YlC网站目录_网站网址收录与提交入口

{dede:list pagesize='10'}YlC网站目录_网站网址收录与提交入口

<div id="xinwenDate">YlC网站目录_网站网址收录与提交入口

<p class="month">YlC网站目录_网站网址收录与提交入口

[field:pubdate function='strftime("%m",@me)'/]月YlC网站目录_网站网址收录与提交入口

</p>YlC网站目录_网站网址收录与提交入口

<p class="day">YlC网站目录_网站网址收录与提交入口

[field:pubdate function='strftime("%d",@me)'/]日YlC网站目录_网站网址收录与提交入口

</p>YlC网站目录_网站网址收录与提交入口

<p class="year">YlC网站目录_网站网址收录与提交入口

[field:pubdate function='strftime("%Y",@me)'/]年YlC网站目录_网站网址收录与提交入口

</p>YlC网站目录_网站网址收录与提交入口

</div>YlC网站目录_网站网址收录与提交入口

<div id="xinwenList">YlC网站目录_网站网址收录与提交入口

<p class="xinwenTitle">YlC网站目录_网站网址收录与提交入口

<a href="[field:arcurl/]">YlC网站目录_网站网址收录与提交入口

[field:title/]YlC网站目录_网站网址收录与提交入口

</a>YlC网站目录_网站网址收录与提交入口

</p>YlC网站目录_网站网址收录与提交入口

<div class="xinwenText">YlC网站目录_网站网址收录与提交入口

[field:description/]...YlC网站目录_网站网址收录与提交入口

</div>YlC网站目录_网站网址收录与提交入口

</div>YlC网站目录_网站网址收录与提交入口

<div class="clear">YlC网站目录_网站网址收录与提交入口

</div>YlC网站目录_网站网址收录与提交入口

{/dede:list}YlC网站目录_网站网址收录与提交入口

如何调用自定义模型的字段YlC网站目录_网站网址收录与提交入口

dedecms {dede:list }如何调用自定义模型的字段,先在模型字段1里选择“使字段可以在列表的底层模板中获得(自定义字段默认仅能在文档模板显示,启用此选项将使列表查询变慢,如无必要请不要选择)”.YlC网站目录_网站网址收录与提交入口

{dede:list pagesize='10' addfields='字段1,字段2' channelid='模型ID' }YlC网站目录_网站网址收录与提交入口

[field:字段1/]YlC网站目录_网站网址收录与提交入口

list列表按权重排序显示YlC网站目录_网站网址收录与提交入口

orderby='sortrank' 文档排序方式YlC网站目录_网站网址收录与提交入口

orderby='hot' 或 orderby='click' 表示按点击数排列YlC网站目录_网站网址收录与提交入口

orderby='sortrank' 或 orderby='pubdate' 按出版时间排列YlC网站目录_网站网址收录与提交入口

orderby='near'YlC网站目录_网站网址收录与提交入口

orderby=='lastpost' 按最后评论时间YlC网站目录_网站网址收录与提交入口

orderby=='scores' 按得分排序YlC网站目录_网站网址收录与提交入口

orderby='id' 按文章ID排序YlC网站目录_网站网址收录与提交入口

orderby='rand' 随机获得指定条件的文档列表YlC网站目录_网站网址收录与提交入口

orderby='scores' 按评论来排序 官方没有写的YlC网站目录_网站网址收录与提交入口

倒序 orderway='asc'YlC网站目录_网站网址收录与提交入口

orderway是设置排序的方式,值为desc和ascYlC网站目录_网站网址收录与提交入口

希望本文所述对大家的dedecms建站有所帮助。YlC网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章