Home > CMS Tutorial > Empire CMS > body text

How to modify the title of the Imperial CMS column

Release: 2019-07-19 15:35:19
Original
3741 people have browsed it

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’];
?>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!