Blog Data Tags Print

  • Data Tags, Blog
  • 0

Blog Data Tags are tags used to easily place dynamic content in your Blog Module Layouts. The Blog Data Tags will only render for the {bb_blog} Tag.

Blog module layout screenshot

Blog Overview Layout

This layout is what will appear when you link to a specific Blog.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogId}} – Renders the system generated blog ID.
  • {{blogName}} – Name of the blog with a hyperlink to the blog overview page.
  • {{blogNameNoLink}} – Name of the blog without a hyperlink.
  • {{blogDescription}} – Renders the description of the blog.
  • {{blogPublishDate}} – Date to publish the blog.
  • {{blogExpiryDate}} – Expiry date of the blog. If the blog Is expired, hides all blog posts.
  • {{blogLastUpdated}} – Date of the last update to the blog.
  • {{blogLastPostDate}} – Date of the last post of the blog.
  • {{blogRecentPosts | count:20}} – Renders a list of recent post in a blog. Default is 10. (Uses the Blog Post List Layout)
  • {{blogPageList}} – Renders a list of all the pages in your blog. Provides a hyperlink to each page. Number of pages In a post list based on resultsPerPage.
  • {{blogTagCloud | count:20}} – Displays a tag cloud of a blog’s post. Default is 10.
  • {{blogTagList}} – List of all tags used in all blog posts (Creates an unordered list)
  • {{blogTagCount}} – List of tags and the count of each use of a tag in all blog posts
  • {{blogPostList}} - List of all the posts within a blog (Uses the Blog Post List Layout)

Blog Post List Layout

The layout displays a list of Blog Posts.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogPostCounter}} – Incremental count of the items on the page.
  • {{blogTotalPosts}} – Number of total post within a blog.
  • {{blogPostArchive}} – Archive of previous blog post by month.
  • {{blogPostUrl}} – URL to the item referred without host.
  • {{blogPostUrlNoLink}} – URL to the item referred with host.
  • {{blogPostId}} – System generated ID number for the current post.
  • {{blogPostType}} – Not available
  • {{blogPostTitle}} – Title of the post with a hyperlink to the blog post.
  • {{blogPostTitleNoLink}} – Title of the post without a hyperlink.
  • {{blogPostAuthor}} – Renders the name of the post Author.
  • {{blogPostAuthorImage}} – Renders the post author’s image or the Gravatar image associated with the author if that is selected. If no author image or no author exists for the blog post, renders nothing.
  • {{blogPostAuthorImageUrl}} – The author’s image URL.
  • {{blogPostCalendar}} – Calendar to retrieve blog post by date. (Future)
  • {{blogPostContent}} – Renders the HTML content of the blog post.
  • {{blogPostFeaturedImage}} – Renders the post’s featured image URL. If no featured image exists, renders nothing.
  • {{blogPostFeaturedImageUrl}} – The post’s featured image URL.
  • {{blogPostPublishDate}} - Date and time the post was published. Liquid date switches can be used to access the day, year, etc.
  • {{blogPostPermalink}} – Renders a link for the permalink with anchor.
  • {{blogPostPermalinkUrl}} – Renders the URL for the permalink.
  • {{blogPostSeoTitle}} –
  • {{blogPostSeoDescription}} –
  • {{blogPostNextPage}} –
  • {{blogPostPreviousPage}} –
  • {{blogPostPagination}} – Enhanced pagination to navigate through blog posts. If enabled in in “displayPagination” module parameter.
  • {{blogPostCommentsEnabled}} – true|false
  • {{blogPostIsPublished}} – true|false
  • {{blogPostTrackbackCount}} – Number of trackbacks for the current post.
  • {{blogPostTrackbackUrl}} – Link for trackback.
  • {{blogPostTrackbackList}} –
  • {{blogPostUrl}} – URL to the post being referred, without host.
  • {{blogPostCanonicalUrl}} -
  • {{blogPostTags}} – Renders a <ul> list of the tags assigned to a blog post.

Blog Post Detail Layout

This layout displays an individual Blog Post.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogPostUrlNoLink}} – URL to the item referred with host.
  • {{blogPostId}} – System generated ID number for the current post.
  • {{blogPostType}} – Not available ??
  • {{blogPostTitleNoLink}} – Title of the post without a hyperlink.
  • {{blogPostAuthor}} – Renders the name of the post Author.
  • {{blogPostAuthorImage}} – Renders the post author’s image or the Gravatar image associated with the author if that is selected. If no author image or no author exists for the blog post, renders nothing.
  • {{blogPostAuthorImageUrl}} – The author’s image URL.
  • {{blogPostContent}} – Renders the HTML content of the blog post.
  • {{blogPostFeaturedImage}} – Renders the post’s featured image URL. If no featured image exists, renders nothing.
  • {{blogPostFeaturedImageUrl}} – The post’s featured image URL.
  • {{blogPostPublishDate}} - Date and time the post was published. Liquid date switches can be used to access the day, year, etc.
  • {{blogPostPermalink}} – Renders a link for the permalink with anchor.
  • {{blogPostPermalinkUrl}} – Renders the URL for the permalink.
  • {{blogPostSeoTitle}} –
  • {{blogPostSeoDescription}} –
  • {{blogPostNextPage}} –
  • {{blogPostPreviousPage}} –
  • {{blogPostPagination}} – Enhanced pagination to navigate through blog posts. If enabled in in “displayPagination” module parameter.
  • {{blogPostCommentsEnabled}} – true|false
  • {{blogPostIsPublished}} – true|false
  • {{blogPostTags}} – Renders a <ul> list of the tags assigned to a blog post.

Blog Comment List Layout

This layout displays a list of Blog Comments for a Blog Post.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogPostCommentCount}} – Renders the number of comments for the current blog post.
  • {{blogPostCommentList}} –
  • {{blogPostCommentRating}} - User rating in stars of the current post.
  • {{blogPostCommentPending}} –
  • {{blogPostComment}} – User comment on the current blog post.
  • {{blogPostCommentDate}} – Date and time when the comment was submitted.
  • {{blogPostCommentAuthor}} – Full name of the person who submitted the comment displayed as a hyperlink. Anonymous is not provided.
  • {{blogPostCommentAuthorNoLink}} – Full name of the person who submitted the comment displayed without a hyperlink. Anonymous is not provided.

Blog Trackback List Layout

This layout displays a list of Blog Trackbacks for a Blog Post.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogId}} – Renders the system generated blog ID.
  • {{blogName}} – Name of the blog with a hyperlink to the blog overview page.
  • {{blogPostTitle}} – Title of the post with a hyperlink to the blog post.
  • {{blogPostTitleNoLink}} – Title of the post without a hyperlink.
  • {{blogPostContent}} – Renders the HTML content of the blog post.
  • {{blogPostFeaturedImage}} – Renders the post’s featured image URL. If no featured image exists, renders nothing.
  • {{blogPostFeaturedImageUrl}} – The post’s featured image URL.
  • {{blogPostPublishDate}} - Date and time the post was published. Liquid date switches can be used to access the day, year, etc.
  • {{blogPostPermalink}} – Renders a link for the permalink with anchor.
  • {{blogPostPermalinkUrl}} – Renders the URL for the permalink.
  • {{blogPostTrackbackCount}} – Number of trackbacks for the current post.
  • {{blogPostTrackbackUrl}} – Link for trackback.
  • {{blogPostTrackbackList}} –
  • {{blogPostUrl}} – URL to the post being referred, without host.
  • {{blogPostCanonicalUrl}} -
  • {{blogPostTags}} – Renders a <ul> list of the tags assigned to a blog post.

Blog Listing Layout

This layout displays a list of BLogs when you have more than one Blog within your website.

  • Is used by these modules: {bb_blog}
  • Accessible by: Content > Design > Module Layouts > Blogs tab

Available Tags

  • {{blogName}} – Name of the blog with a hyperlink to the blog overview page.
  • {{blogNameNoLink}} – Name of the blog without a hyperlink.
  • {{blogDescription}} – Renders the description of the blog.
  • {{blogPublishDate}} – Date to publish the blog.
  • {{blogExpiryDate}} – Expiry date of the blog. If the blog Is expired, hides all blog posts.
  • {{blogLastUpdated}} – Date of the last update to the blog.
  • {{blogLastPostDate}} – Date of the last post of the blog.
  • {{blogPostCounter}} – Incremental count of the items on the page.
  • {{blogTotalPosts}} – Number of total post within a blog.
  • {{blogPostUrl}} – URL to the item referred without host.
  • {{blogPostTitle}} – Title of the post with a hyperlink to the blog post.
  • {{blogPostContent}} – Renders the HTML content of the blog post.
  • {{blogPostFeaturedImage}} – Renders the post’s featured image URL. If no featured image exists, renders nothing.
  • {{blogPostFeaturedImageUrl}} – The post’s featured image URL.
  • {{blogPostPublishDate}} - Date and time the post was published. Liquid date switches can be used to access the day, year, etc.
  • {{blogPostIsPublished}} – true|false
  • {{blogPostUrl}} – URL to the post being referred, without host.
  • {{blogPostCanonicalUrl}} -

Was this answer helpful?

« Back

Powered by WHMCompleteSolution