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 dream template installation and debugging call the method of specifying the column data label typeid=

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>

Post reply

Can't comment until