Creating a website link in Empire CMS requires the following steps: 1. Create a link column. 2. Add a link under the link column, including the link name and URL. 3. Use code in the template to add the link column to the page. 4. Customize the link's appearance as desired.
How to Create Website Links in Empire CMS
Empire CMS is a widely used content management system that allows users Easily connect internal and external resources by creating links. The following are the steps:
1. Create a link column
2. Add a link
3. Display links
To display links, you need to add the link column to the template.
<code>[!--empire:listnews--] [!--list.link--] <li><a href="[!--list.link--]" target="_blank">[!--list.linkname--]</a></li> [!--/list.link--] [!--/empire:listnews--]</code>
4. Customize link appearance
You can customize the link appearance by editing the template in "Template Management". In the above code, you can modify:
[!--list.link--]
: URL of the link[! --list.linkname--]
: Link textIf you have any other questions, please refer to the official Imperial CMS documentation or consult technical support.
The above is the detailed content of How to make website link in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!