How to call the tag of the current column name on the Dreamweaver content page?
The content page of DEDECMS calls the tag of the current column name
Recommended learning: CMS
The content page of DEDECMS calls the current column Tag
<a href="{dede:field function=”GetTypeName(@me)”/}" target="_blank"> {dede:field function=”GetTypeName(@me)”/}</a>
where
{dede:field function=”GetTypeName(@me)”/} refers to the URL address of the current column,
{dede:field function =”GetTypeName(@me)”/} refers to the name of the current column
The above is the detailed content of How to call the label of the current column name on the DreamWeaver content page. For more information, please follow other related articles on the PHP Chinese website!