How does empire cms determine whether the subtitle or the original title is?
Two methods for empire cms to determine whether to output a subtitle or an original title
In many cases, for the sake of interface or publicity effect, the title of the article page or other pages must have Changed, now you need to use the subtitle as the title. The powerful empire cms must also have a subtitle. There is a subtitle field in sub-pages such as article pages and column pages.
Recommended to study "Empire cms tutorial"
However, in most cases, there is no need to use subtitles. Wouldn't it be wrong if we set subtitles one by one? A lot of precious time was wasted. At this time, we considered how to output and display the original title when the subtitle is empty.
Most of the online searches found only one way to output and display the original title when the subtitle is empty, which is to use smart tags in the body of the page. The code is as follows:
The code is as follows:
<?=$bqr[ftitle]?$bqr[ftitle]:$bqr[title]?>
It should be noted that this code needs to be used in smart tags, so it can basically only appear in Chinese. If you want to display the title in the title tag, it is not possible. After testing, the following This code can be used in the title tag to output and display the original title when the subtitle is empty:
The code is as follows:
<title><?php echo $navinfor['ftitle']?$navinfor['ftitle']:$navinfor['title'] ?>_[!--class.name--]</title>
The above is the detailed content of How does Empire CMS determine the subtitle or the original title?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version
Recommended: Win version, supports code prompts!

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Linux new version
SublimeText3 Linux latest version

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
