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--]
Column name: [!--class.name--] |
|
Navigation bar: [!--newsnav--]
Column/topic introduction :[!--class.intro--] |
|
This column/topic ID: [!--self.classid--]
Column/topic keyword : [!--class.keywords--] |
|
Column/topic thumbnail: [!--class.classimg--]
Page navigation (drop-down ): [!--show.page--] |
|
Paging navigation (list style): [!--show.listpage--]
| |
2.2. Common variables supported by list content template (list.var)
Information ID: [!- -id--]
Title link: [!--titleurl--] |
|
Title ALT (do not intercept characters): [!--oldtitle--]
Column ID: [!--classid--] |
|
Column name (with link): [!--class.name--]
Column name (without link): [!--this.classname--] |
|
Column address: [!--this.classlink--]
Website address: [!--news.url--] |
|
Publisher: [!--username--]
Number of comments: [!-- plnum--] |
|
Number of clicks: [!--onclick--]
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--] |
##Previous post: [!--info.pre- -] |
Next article: [!--info.next--]
|
Release time: [!--newstime--] |
Source: [!--befrom--]
|
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: =$bqr['title']?> |
Title link: =$bqsr['titleurl']?> |
Title interception: =esub($bqr[title],40)?> ; | | ##Title picture: =$bqr['titlepic']?>
| Number of clicks: =$ bqr[onclick]?> |
##Article introduction:=sub($bqr[smalltext],0,200,false)?>
Time:< ;?=date('Y-m-d',$bqr[newstime])?> |
|
Number of comments: =$bqr[plnum]?> Column: =$bqsr[classname]?> |
| ## Column link: =$bqsr[classurl]?>
Call number: =$bqno?> |
| Website address: =$public_r[newsurl]?>
Information ID: < ;?=$bqr[id]?> |
|
5. Custom expansion variable
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: =$public_r[sitename]?> (common to the entire site)
| Website sentence: =$public_r['add_web_word']?> (Daily sentence: Your efforts will eventually achieve your own success)
| Webmaster nickname: =$public_r['add_master']?> (ytkah)
| Webmaster's word: =$public_r['add_master_word'] ?> (Contact us: Please scan the QR code)
| Webmaster profile: =$public_r['add_master_intro']?> (ytkah, a person who understands SEO Developer!)
| Website registration: =$public_r['add_beian']?>
| qq group link: =$public_r['add_qq_url']?>
| qqmail: =$public_r['add_qq_mail']?>
| Weibo link: =$public_r['add_weibo_url']?>
| Website statistics: =$public_r['add_tongji']? >
| Website announcement: =$public_r['add_notice']?>
| 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!