Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
I used nested pages tag so I will be able to move any post up or down the list of posts in the admin page. The problem however is that anytime I add new posts they are appended to the bottom of the list instead rather appearing at the top of the list. That means for every post I add I have to manually move it up to the top of the list. Can anyone please help me
If the only purpose of using nested-pages was to manually reorder the pages, you may now switch over to using normal pages as v2.0 supports reordering them manually too - viewtopic.php?f=5&t=10241
Hi KK, give me 5 thumb ups. It worked perfectly only that my new posts are still appended to the bottom of the list of posts in the admin page.
Please use 'desc' (instead of 'asc' as in the sample code) -
<cms:config_list_view orderby='weight' order='desc'>

Don't forget to visit the template as super-admin for the change to persist.

Hope it helps.
Ok KK, Thank you very much
5 posts Page 1 of 1