How can i rearrange node individually.

i mean i have 5 blog post on homepage and the one in the bottom although is old i want to put it up first, any idea how i can rearrange the nodes please, now i do it by demoting from homepage everything.

Comments

mcrickman’s picture

You could select "make sticky" in the publish options.

Charlie

tsf’s picture

make sticky yea but it usually have quote around it which i really don't like much, so ther i sno way i can just rearrange the front page nodes whithout going by date published ?

samhassell’s picture

check out ezra-g's nodequeue - http://drupal.org/project/nodequeue

alternatively you could add a cck select field with integers and call it weight. you could then replace the front page with a view using the views module and sort it by your cck field.

tsf’s picture

thanks, will try it