Hi Eitan I have a request , I want to fetch Post data collection data from blog section of perticular category in to my container without using repeater. how could i do it. use case:
I have a section where i want to fetch records from post data collection related to a particular category and want to display on corresponding container .can you please help me out how to do it ,looking eagerly for your response
Suman
Hi Suman,
Thanks for your question.
You would need to get the posts using the blog API:
https://www.wix.com/velo/reference/wix-blog-backend/posts
Then you could assign the text content of a post to a specific textbox filtering by a certain post property such as id or title.