dedecms commonly used tags include "{dede:channelartlist}", "{dede:field}", "{dede:arclist}", "{dede:fieldlist}", "{dede:flink}", "{dede:vote}", "{dede:feedback}", "{dede:login}", "{dede:member}", "{dede:search}", etc.
DedeCMS is an open source content management system that is commonly used to build personal blogs, corporate websites, news portals and other websites. In DedeCMS, there are many commonly used tags to help users quickly build websites and display content. The following are some commonly used DedeCMS tags:
1. {dede:channelartlist}: This tag is used to display the article list. The article list can be obtained according to the specified column ID, sorting method, display quantity and other parameters, and Display through templates.
2. {dede:field}: This tag is used to obtain the field value of the article. It can obtain the title, publication time, author, number of clicks and other information of the article, and display it in the template.
3. {dede:arclist}: This tag is used to display the article list. The article list can be obtained according to the specified column ID, sorting method, display quantity and other parameters, and displayed through a template. Compared with {dede:channelartlist} tag, {dede:arclist} tag is more flexible and the displayed fields can be customized.
4. {dede:fieldlist}: This tag is used to obtain all articles under the specified column and display them through a template. The article list can be obtained based on the specified column ID, sorting method, display quantity and other parameters.
5. {dede:flink}: This tag is used to display friendly links. Friendly links can be obtained according to the specified category ID, display quantity and other parameters, and displayed through templates.
6. {dede:vote}: This tag is used to display the voting function. Voting information can be obtained based on the specified voting ID and displayed through a template.
7. {dede:feedback}: This tag is used to display the message board function. The message information can be obtained according to the specified message board ID and displayed through the template.
8. {dede:login}: This tag is used to display the login form and can be displayed through a template.
9. {dede:member}: This tag is used to display member information. Member information can be obtained based on the specified member ID and displayed through a template.
10. {dede:search}: This tag is used to display the search function. It can be searched based on specified keywords, column ID and other parameters, and displayed through templates.
The above are some commonly used DedeCMS tags. By using these tags, users can easily build various types of websites and display the required content. Of course, DedeCMS also provides more tags and functions, and users can further learn and use them according to their own needs.
The above is the detailed content of What are the commonly used tags of dedecms?. For more information, please follow other related articles on the PHP Chinese website!