Empire CMS commonly used tags: Basic tags: display field values, global variables and classified content lists. Process tags: remove HTML tags and intercept content. Pagination tags: Split content into multiple pages for display. List tag: Displays a specified number of article lists, article lists sorted by clicks, and product content lists. Form tag: obtain form values, generate form submission methods and input boxes, and drop-down selection boxes. Other tags: display Flash video, voting form, comment list and friendly link list.
Empire CMS Common Tags
Empire CMS is a powerful content management system that provides a wealth of Tags to achieve various dynamic display effects. Here are some of the most commonly used tags in Empire CMS:
Basic Tags
: Display the value of the specified field, such as the article title
: Display the global variable, such as the website title
: Loop to output the content list of the specified category
: Condition Judgment, if the condition is true, the content will be output, otherwise it will not output
Content processing tag
##{dede:arclist row="10" titlelen ="8"/}
{dede:arclist orderby="hits"/}
{dede:loop type="product"/}
{dede: recentlist row="10"/}
{dede: global_get id="123"/}
{dede:formmethod}/}
{dede:form_text name="title"/}
{dede:form_select name="classid"/}
##{dede:flashvideo width="120" height="100"/}
: Display the Flash video of the specified path{dede:vote id="1"/}
: Display the voting form of the specified vote{dede :comment id="123"/}
: Display the comment list of the specified article{dede:infolink typeid="1"/}
: Display the friendly links under the specified category ListThe above is the detailed content of What are the commonly used tags in Empire CMS?. For more information, please follow other related articles on the PHP Chinese website!