By AngelicLight on
Hi, there,
I don't have the typical ordered-by-date news stories. I'm creating content "out of order" and would like to be able to pick where it goes on the front page.
Would someone recommend some ways to do this most effectively?
Thanks so much,
- Paul
Comments
Views, nodequeue.
Install the Views module and the Nodequeue module.
With Nodequeue, create a rank-ordered list of the content you want to display.
With Views, create a query (published, possibly filtered by node type, ordered by nodequeue position) and make it a page display.
Then redefine your site's homepage to serve the Views page you just created.
Thank you.
Thank you.