Home > Article > CMS Tutorial > How to call body content in dede:list
How to call the body content of dede:list?
Sometimes we need to use dede:list to call the body content. Let’s share the implementation method. Friends in need can refer to it
Recommended learning: 梦Weavercms
In the following order, open Core-Channel Model-Content Model Management-Common Article-Change, and then see the picture below:
Call example :
The code is as follows:
{dede:list pagesize='18' addfields='body'} <li> <p>[field:body/]</p> <p><a href="[field:arcurl/]" title="[field:title/]">[field:title/]</a></p> </li> {/dede:list}
The above is the detailed content of How to call body content in dede:list. For more information, please follow other related articles on the PHP Chinese website!