_Blog.getBlogUrl(params)
Function to get the absolute URL of the blog
Example Usage
{% set blogUrl = _Blog.getBlogUrl({'guid': 'd2c5396d-7741-4449-9d24-0d33de3sd530'}) %}
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
params | object | no | An associative array |
Params Details
Element | Description |
---|---|
guid | Blog GUID |
Response Example
Response Description
Success |
---|
Absolute url of the blog |
Updated almost 5 years ago