Dear HubSpot Support Team, I hope you're doing well. I would like to request an update to the behavior of the blog_recent_posts function in our current implementation. 1. Increase Default Limit: Could you please increase the default limit for the blog_recent_posts function from 200 to 1000 posts? This would ensure that we are able to fetch more posts by default without hitting the current limit. 2. Set Custom Limit for Specific Function Calls: Additionally, I would like to set a custom limit for the blog_recent_posts function call in specific cases. For example, for the interviews content type, we want to set the limit to 600 posts. Specifically, the following code should be applied: {% set interviews = blog_recent_posts(module.content_types.interviews, 600) %} This will ensure that for the interviews content type, only 600 posts are returned. I appreciate your help with this request and look forward to your response. If there are any steps we need to follow to implement these changes, please let us know. Best regards, Divesh
... Mostrar más