Home  >  Article  >  CMS Tutorial  >  How to modify the title of the Imperial CMS column

How to modify the title of the Imperial CMS column

尚
Original
2019-07-19 15:35:193763browse

How to modify the title of the Imperial CMS column

To modify the column name, you can log in to the Empire CMS backend, click Column Management in the menu bar, and then enter the management column option to modify the column name.

How to modify the title of the Imperial CMS column

Customizing the titles of website columns (categories) can be achieved by using column aliases. I searched the relevant information online and compiled the code for calling column aliases as follows:

<?php
$cr=$empire->fetch1(“select classid,classname,bname from {$dbtbpre}enewsclass where classid=&#39;”.$GLOBALS[navclassid].”‘ limit 1″);
echo $cr[‘bname’];
?>

Recommended tutorial: Empire CMS tutorial

The above is the detailed content of How to modify the title of the Imperial CMS column. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn