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

dedecms教程:获得某篇文章内容的几种方法

dedecms获得某篇文章内容的几种方法,在这里给大家总结了以下三种方法:uqY网站目录_网站网址收录与提交入口

1. 使用SQLuqY网站目录_网站网址收录与提交入口

{dede:sql sql='Select body from `dede_addonarticle` where aid=146'}uqY网站目录_网站网址收录与提交入口

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

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

2.使用arclist, 用idlist获取,aid 是没用的,在首页记得要获取typeid, 用addfields='body'来直接使用[field:body/]uqY网站目录_网站网址收录与提交入口

{dede:arclist typeid='49' idlist='146' addfields='body' channelid='1' }uqY网站目录_网站网址收录与提交入口

<section class="recommend">uqY网站目录_网站网址收录与提交入口

<header class="header">uqY网站目录_网站网址收录与提交入口

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

<a href="[field:arcurl/]" class="more" title="更多...">more</a>uqY网站目录_网站网址收录与提交入口

</header>uqY网站目录_网站网址收录与提交入口

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

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

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

</section>uqY网站目录_网站网址收录与提交入口

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

3.混搭uqY网站目录_网站网址收录与提交入口

{dede:arclist typeid='48' limit='0,10'}uqY网站目录_网站网址收录与提交入口

<li><time class="date">[field:id runphp='yes']uqY网站目录_网站网址收录与提交入口

$aid = @me;uqY网站目录_网站网址收录与提交入口

$row = $GLOBALS['dsql']->GetOne("Select activitydate From `dede_addonarticle20` where aid='$aid' ");uqY网站目录_网站网址收录与提交入口

@me = "{$row['activitydate']}";uqY网站目录_网站网址收录与提交入口

[/field:id]</time><a href="[field:arcurl/]" title="查看详情">[field:title/]</a></li>uqY网站目录_网站网址收录与提交入口

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

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

  

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

相关文章