show the last post (product or service) the member publish.

I am trying to create a homepage that can show all the last posts my members publish.
I started to creating a submit page.
-Product name
-Price
-Upload image
-Description
-Images of the product the member upload
-And a comment section so members can ask questions to another member.

When submitted it saves all the info in the database.

Then in the homepage it shows what a member published, but only publish the last submit product, not a order from newer to older. (As a facebook homepage you can see newer posts to older posts as you scroll)

Hey Jose,

If I understand you correctly, in your homepage, you want to show a list of products your members have published?

Then, you need to add Repeater or Table and bind it to a dataset that is connected to products collection. In that dataset, you can add sorting rule on “Date Created” or “Last Updated” fields. By default, dataset returns items Newest → Oldest.

Thanks for the reply.

I already tried that. But the post repeats itself.

Anyone?