Home  >  Article  >  CMS Tutorial  >  Commonly used tags in empire cms (summary)

Commonly used tags in empire cms (summary)

青灯夜游
青灯夜游forward
2020-12-18 18:03:309178browse

Commonly used tags in empire cms (summary)

Related recommendations: "Empire cms tutorial"

Empire CMSThe variables supported by the home page, list page, and content page templates are different. Some are universal and some are not universal. This article lists the commonly used variables for these three templates. In addition, smart tags are very good. Use it, and store it here for later use, so you don't have to rummage around.

1. Variables supported by the home page

Website name: [!--pagetitle--] Website address: [!--news.url--]
First-level column navigation: [!--class.menu--] Page keywords: [!--pagekey--]
Page description: [!--pagedes--]

##2. Variables supported by the list page

2.1. Common tags supported by the list page template

Page title: [ !--pagetitle--]Page keyword: [!--pagekey--]##Page description: [!--pagedes--]Navigation bar: [!--newsnav--]This column/topic ID: [!--self.classid--] Column/topic thumbnail: [!--class.classimg--]Paging navigation (list style): [!--show.listpage--]2.2. Common variables supported by list content template (list.var)
Column name: [!--class.name--]
Column/topic introduction :[!--class.intro--]
Column/topic keyword : [!--class.keywords--]
Page navigation (drop-down ): [!--show.page--]


Information ID: [!- -id--]Title ALT (do not intercept characters): [!--oldtitle--] Column name (with link): [!--class.name--] Column address: [!--this.classlink--]Publisher: [!--username--] Number of clicks: [!--onclick--]
Title link: [!--titleurl--]
Column ID: [!--classid--]
Column name (without link): [!--this.classname--]
Website address: [!--news.url--]
Number of comments: [!-- plnum--]
Release time: [!--newstime--]
3. Variables supported by the content page

##Page title: [!--pagetitle--]Page keyword: [!--pagekey--]Page description: [!--pagedes--]Navigation bar: [! --newsnav--]Statistics access: [!--page.stats--]Column ID: [!--classid--]Keywords: [!--keyboard--] Column name: [!--class.name--]This column ID: [!--self.classid--]Related links: [!--other.link--]Publisher ID :[!--userid--]Publisher: [!--username--]Next article: [!--info.next--]Source: [!--befrom--]
##Previous post: [!--info.pre- -]
Release time: [!--newstime--]
Real-time display of clicks (not counted):
Display the number of comments in real time: < script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=2>

4. Commonly used variables for smart tags

##Title picture: Number of clicks: ##Article introduction:Number of comments: ## Column link: Call number: Website address: Information ID: < ;?=$bqr[id]?> 5. Custom expansion variable
Title: Title link:
Title interception:
Time:< ;?=date('Y-m-d',$bqr[newstime])?>
Column:

in any php or template Use $public_r['add_variable name'] to obtain the variable content. The following are examples of system common variables and extended variables:

Website name: (common to the entire site) Website sentence: (Daily sentence: Your efforts will eventually achieve your own success) Webmaster nickname: (ytkah) Webmaster's word: (Contact us: Please scan the QR code) Webmaster profile: (ytkah, a person who understands SEO Developer!) Website registration: qq group link: qqmail: Weibo link: Website statistics: Website announcement: More programming related For knowledge, please visit: programming teaching
! !

The above is the detailed content of Commonly used tags in empire cms (summary). For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete