Rotating Blog Entries

Posted by Community Admin on 05-Aug-2018 22:25

Rotating Blog Entries

All Replies

Posted by Community Admin on 06-Dec-2011 00:00

It would be a good thing to have the ability to have a setting in the blogs to be able to have them rotate based on certain settings.

Posted by Community Admin on 09-Dec-2011 00:00

Hi Jake Dacillo,

Yes that sounds like a good scenario in some cases. You could achieve this with custom logic of your own though. Execute the following SQL query (if you use MS SQL Server)

SELECT TOP 1 content_id FROM sf_blog_posts ORDER BY NEWID()

then you can use the retrieved blog post ID to retrieve the real blog post and display it.

Kind regards,
Lubomir Velkov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed