Today, I am working on www.111cn.net. I found that using dedecms to call subtopics is as follows.
Call the content of a specified topic
{Dede: arclist flag = 'C' typeid = '000000' row = '10' orderby = 'Hot 'subday = '30 '}
<Li> [field: typename/] <a href = "[field: arcurl/]" target = "_ blank"> [field: title/] </a> <a href = "#"> </a> </li>
{/Dede: arclist}
Call the specified content of multiple columns typeid = '20170901' to separate
{Dede: arclist typeid = '000000 '}
<Li> [field: typename/] <a href = "[field: arcurl/]" target = "_ blank"> [field: title/] </a> <a href = "#"> </a> </li>
{/Dede: arclist}
Call the current column, that is, you do not need to specify typeid type = 'sun' on the list page'
Type = 'sun', the subclass of the current topic'
<Table cellspacing = "3"> <tr>
{Dede: channel type = 'sun '}
<Td>
<A href = '[field: typeurl/]' [field: rel/]> [field: typename/] </a>
<Td> {/dede: channel}
</Tr> </table>
If you want to call the main column, type = top
{Dede: channel type = 'top '}
<Td>
<A href = '[field: typeurl/]' [field: rel/]> [field: typename/] </a>
<Td> {/dede: channel}
This site original reprinted indicated from the http://www.111cn.net otherwise study