织梦文章添加字段填栏目id,内容页调用字段里的栏目文章

房子修得再大也是临时住所,只有那个小木匣才是永久的家,所以,屋宽不如心宽,身安不如心安!

在织梦模型里增加个字段,然后在添加文章的时候,在字段里填了栏目id进去

在前台的内容页,调用这个字段栏目的多个文章出来

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{dede:field.field1runphp=yes}
global$dsql;
$sql="selectarc.*,tp.typedir,tp.typename,tp.corank,tp.isdefault,
tp.defaultname,tp.namerule,tp.moresite,tp.siteurl,tp.sitepath
from`dede_archives`arcleftjoin`dede_arctype`tponarc.typeid=tp.idwheretp.idin(@me)LIMIT10";
$dsql->SetQuery($sql);
$dsql->Execute('t');
$result='';
while($row=$dsql->GetArray('t'))
{
$arcurl=GetOneArchive($row['id']);
$pubdate=MyDate('Y-m-dH:i:s',$row['pubdate']);
$result.="<li><span>{$pubdate}</span><arel="nofollow noopener noreferrer" href=\&;{$arcurl['arcurl']}\&;>{$row['title']}</a></li>";
}
@me=$result;
{/dede:field.field1}

field1 为字段名称

到此这篇关于织梦文章添加字段填栏目id,内容页调用字段里的栏目文章就介绍到这了。做好手中事珍惜眼前人。更多相关织梦文章添加字段填栏目id,内容页调用字段里的栏目文章内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

标签: id