pagetitle| Paging Title
Label name: PageTitle
Function Description: To get the page title of a document
Scope of application: content template article_*.htm only
Basic syntax:
{dede:pagetitle style= ' select '/}
Related functions:
File \include\arc.archives.class.php Line No. 833
Get a dynamic page small title
function getpagetitlesdm ($styleName, $pageNo)
Get a static page small title
function Getpagetitlesst ($styleName, $pageNo)
Parameter description:
Style= ' represents the display style of the paging title
Select represents Drop-down box, link represents text Direct link
Usages:
This tag is generally used for content pages, here we take the content of ordinary articles as an example, we first modify the Content page template \templets\default\article_article.htm, we modify the following 133 lines:
<div class= "Content" >
{dede:field.body/}<br/>
Paging title: {dede:pagetitle/}
</div><!--/content-->
Save the content of this page header, and then we'll edit a piece of content: &http://www.aliyun.com/zixun/aggregation/37954.html >nbsp;
Publish content to preview after editing:
This allows us to apply this tag, and of course the tag can be used flexibly in many places with custom functions.