Order Category in Page
-
Hi,
I’m working on this blog https://thingstodoincalifornia.info/southbay/
and I’d like to choose the order which categories are displayed on the home page and category page.
Actually I insert this code in the main template<?php query_posts($query_string . '&order=ASC') ?>
so by default I get a reverse chronological order.
Now I need to move the categories up and down with a simple admin interface and override the order by default when I need.
https://www.screencast.com/users/JuriT/folders/Jing/media/8692d60b-bd7c-462e-b4c3-3b5f25bf6520
If I use the plugin Category Order it just gives me a Category List, right? But I really like the easy-to-use interface https://www.screencast.com/users/JuriT/folders/Jing/media/0d641d42-57b2-4178-a1aa-60ff926e9380
I also tried to use AstickyPostOrderer Plugin but it’s good to reorder single posts and not all categories.
Thanks for your help!!!
- The topic ‘Order Category in Page’ is closed to new replies.