Add a field to the model, and then fill in the column in the field when adding the article.IDGo in
On the front-end content page, call multiple articles in this field Column
{Dede: field. field1 runphp = Yes} global $ dsql; $ SQL = "select arc. *, TP. typedir, TP. typename, TP. corank, TP. isdefault, TP. defaultname, TP. namerule, TP. moresite, TP. siteurl, TP. sitepathfrom 'myblog _ archives 'Arc left join 'myblog _ arctype' TP on arc. typeid = TP. ID where TP. ID in (@ me) limit 10 "; $ dsql-> setquery ($ SQL); $ dsql-> execute ('T'); $ result = ''; while ($ ROW = $ dsql-> getarray ('T') {$ arcurl = getonearchive ($ row ['id']); $ pubdate = mydate ('Y-m-d h: I: s', $ row ['pubdate']); $ result. = "<li> <span >{$ pubdate} </span> <a href = \" {$ arcurl ['arcurl']} \ ">{$ row ['title ']} </a> </LI> ";} @ me = $ result; {/Dede: field. field1}
Field1Field name
Enter the topic ID for the fields added to the zhimeng article and the topic article in the call field on the Content Page