Hello,
I want to populate the blog_recent_copy_posts function with a dynamic value. Is there a click event in hubl or a work around to do this.
For example if I have some buttons that have the id of different topic.slugs is there a way to populate the function on click?
{% set topic_posts = blog_recent_topic_posts(‘default’, ‘the_clicked_id’, 5) %}