Order posts by clicks

Hi there!

Is there an easy way to order posts by clicks?

1 Like

Hey there. That’s an interesting request. You’re going to need something that tracks analytics for each post, Google Analytics is normally the go-to. After that you could use the Analytics API to query which posts are being clicked the most and order them using JavaScript. There’s more info on the Google Analytics documentation:

1 Like

Thanks, David! It sounds like the right path to follow. I’ll check it out later and post what I may find out

2 Likes