Detailed description of limit usage in zhimeng (call the specified article under the specified id), zhimeng limit
The use of limit can be roughly understood as: to call the specified article under the specified id.
The following is a code snippet. You can use it as needed:
{Dede: arclist typeid = '6' row = '1' limit = '0, 1'} <li> <a href = "[field: arcurl/] "target =" _ blank "rel =" nofollow "> </a>
The above code calls one topic under id 6 (count from the first article, take one article)
Limit is a flexible number tag used to retrieve specified articles.
Limit = '0, 1', indicating that one article is taken from the first article.
Limit = '1, 1', indicating that one article is taken from the second article.
Limit = '2, 3' indicates that three articles are taken from the third article.
Similarly, the usage is similar to the row label, but it is more flexible than the row.