Empire CMS 7에서 주제별 정보를 호출하는 방법은 무엇입니까?
추천 정보는 기본적으로 Empire cms를 사용하여 호출할 수 없습니다
직접 호출하려면 sql만 작성하면 됩니다
코드는 다음과 같습니다.
[e:indexloop={'select a.* from phome_ecms_movie a,phome_enewsztinfo b where a.id=b.id and a.isgood>0 and (b.ztid=2 or b.ztid=3) order by newstime desc limit 10',10,11,'','',''}] <li><p class="cover"><a href="<?=$bqsr['titleurl']?>/" class="pic"><img src="/loading.gif"" _src="<?=$bqr['titlepic']?>" alt="<?=$bqr['title']?>" /></a><span><a href="<?=$bqsr['titleurl']?>/" target="_blank" class="yellow"><?=$bqr['state']?></a></span></p><a href="<?=$bqsr['titleurl']?>/" title="<?=$bqr['title']?>"><?=$bqr['title']?></a></li> [/e:indexloop]
테스트가 가능합니다.
공부를 추천합니다🎜위 내용은 Empire CMS 7에서 특별 정보를 호출하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!