Hi @Anton Sorry but it seems this is not the answer or solution.
I have asked how can we access custom module field values on the blog listti...read more
How can we print values of repeater field (hubdb row) in the blog listing page?
{% set authors = widget_data.authors.select_authors %}
{% for item in authors %}
{{ item.columns.hs_id }}, {{ item.columns.hs_path }}
{% endfor %}
read more
I need help getting custom field values from the blog post on the blog listing page. How can we print values of repeater field (hubdb row) in the blo...read more
We have used different functions as follows:
content_by_id
blog_recent_posts
blog_popular_posts
blog_recent_tag_posts
blog_popular_tag_posts
All these by always module choice options on different locations on a webpage using sections read more
The client wants to have custom text on the unsubscribe label in the subscription preference page as something below like this,
<span>Unsubscribe me from all mailing lists.</span><br><span class="class-name"> No more read more
How can we print values of repeater field (hubdb row) in the blog listing page?
{% set authors = widget_data.authors.select_authors %}
{% for item in authors %}
{{ item.columns.hs_id }}, {{ item.columns.hs_path }}
{% endfor %}
read more
We have used different functions as follows:
content_by_id
blog_recent_posts
blog_popular_posts
blog_recent_tag_posts
blog_popular_tag_posts
All these by always module choice options on different locations on a webpage using sections read more