Empire cms smart tag calls four first-level recommended articles, starting from the fourth article

		[e:loop={11,'4,4',0,0,'isgood=1'}]

		<li>
			<a href="<?=$bqr['titleurl']?>">
				<img src="<?=$bqr['titlepic']?>">
				<p><?=$bqr['title'] ?></p>
			</a>
		</li>

		[/e:loop]

  4,4 means to get four first-level recommended articles with column ID 11, starting from the fourth article.

Guess you like

Origin www.cnblogs.com/programmer-1/p/12750482.html