In fact, the installation of dream weaving template is very simple. The code labels are all written. You only need to add the corresponding column ID, and the label typeid="" is the most commonly used.
Example:
<ul>
{dede:arclist row=10 titlelen=40 typeid="1"}
<li><a href="[field:arcurl/]">[field:title/]</a></li>
{/dede:arclist}
</ul>
This is a complete title calling code. Call the information of a certain column, and replace the 1 in typeid="1" with your column ID number.
View method of column ID: background ->core ->website column management
As shown in the figure:
The above typeid="1" is the information of calling a column. If calling multiple columns, change the typeid="1" to typeid="1,2,3,4", separated by commas ",".
Example:
<ul>
{dede:arclist row=10 titlelen=40 typeid="1,2,3,4"}
<li><a href="[field:arcurl/]">[field:title/]</a></li>
{/dede:arclist}
</ul>
Statement: All articles on this site, unless otherwise specified or marked, are originally published on this site. No individual or organization is allowed to copy, embezzle, collect and publish the content of this website to any website, book and other media platforms without the consent of this website. If the content of this website infringes upon the legitimate rights and interests of the original author, please contact us for handling.