Find in Template Management, modify
{dede:arcfulllist att='3' row='5'}
linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
picarr[[field:global name=autoindex/]] = "[field:litpic/]";
textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arcfulllist}
Change to:
{dede:arclist type='image.' row='5' att='3' orderby=pubdate}
linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
picarr[[field:global name=autoindex/]] = "[field:picname/]";
textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arclist}
Get it done. It means that the displayed must have pictures, and it is OK to update in the order of date!
Copy the codeThe code is as follows:
{dede:arcfulllist att='3' row='5'}
linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
picarr[[field:global name=autoindex/]] = "[field:litpic/]";
textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arcfulllist}
Change to:
Copy the codeThe code is as follows:
{dede:arclist type='image.' row='5' att='3' orderby=pubdate}
linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
picarr[[field:global name=autoindex/]] = "[field:picname/]";
textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arclist}
Get it done. It means that the displayed must have pictures, and it is OK to update in the order of date!