By tsf on
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
You could select "make
You could select "make sticky" in the publish options.
Charlie
make sticky yea but it
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 ?
check out ezra-g's nodequeue
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.
thanks, will try it
thanks, will try it