Data:View normally used with a conditional expression as in <b:if> to programmatically call something. Here is the full list ...


data:view.isHomepage
The current view is Homepage.

data:view.isPage
is Showing a Blog Static Page.

data:view.isPost
is Showing a Single Post.

data:view.isSingleItem
is a Single item, wether is the single post or static page.

data:view.title
Title of the current view.

data:view.url
The URL of the current view.

data:view.pageId
The id of the static page.

data:view.postId    
The id of the post.

data:view.isMultipleItems
A page view is contained multiple posts, eg, Search, Label, Homepage, etc.

data:view.description
Description of the current pageview.

data:view.featuredImage    
Featured image for the current page or post.

data:view.isLabelSearch
The current view is the Label page.

data:view.isSearch
All page contain word 'search' in the URL.

data:view.isError
The current view is 404 or error page.

data:view.search.label
Used for filtering label of the current view.

data:view.search.query
Used for filtering search keyword.

data:view.search.resultsMessage
The message about the search results being shown.

data:view.search.resultsMessageHtml
A message about the result with HTML Link.

data:view.isArchive
Indicating Archive feed.

data:view.archive.day    
Day of the current archive page. e.g. 25.

data:view.archive.month
The month of the current archive page. e.g. 5

data:view.archive.year
Year of the current archive page. e.g. 1983

data:view.isMobile
A pageview has parameter m=1.

data:view.isPreview
In preview mode.