The Empire CMS profile tag is [empire:indexbody], which is used to call profile information. Tag syntax: empire:indexbody[/empire:indexbody], the parameter field is used to specify the introduction field name, and the introduction of the title field is called by default.
What is the empire cms profile tag?
Empire cms profile tag is [empire:indexbody], which is used to call profile information in website pages.
Tag syntax
<code>[empire:indexbody][field=字段名][/empire:indexbody]</code>
Parameter description
Parameter | Description |
---|---|
field | Specify the name of the profile field that needs to be called |
Example
Calling the introduction field of the article title:
<code>[empire:indexbody]title[/empire:indexbody]</code>
Calling the introduction field of the article abstract:
<code>[empire:indexbody]smalltext[/empire:indexbody]</code>
Usage scenarios
Introduction tag can be used in the following scenarios:
Note
The above is the detailed content of What is the empire cms introduction tag?. For more information, please follow other related articles on the PHP Chinese website!