How do I change the order in which my catagories appear on my front page? Unfortunately I am NOT familiar with HTML so please be specific.
Many thanks for your time.
MM
How do I change the order in which my catagories appear on my front page? Unfortunately I am NOT familiar with HTML so please be specific.
Many thanks for your time.
MM
Consider downloading and installing Otto's PHP Code Widget, then add one of those widgets to your sidebar via Administration > Appearance > Widgets and use the template tag, wp_list_categories(), in one of those widgets. Something like:
<?php wp_list_categories('title_li=&orderby=ID'); ?>
Or look at a plugin such as http://wordpress.org/extend/plugins/my-category-order/
Hi,
Also check with these plugins:
http://wordpress.org/extend/plugins/order-categories/
Thanks,
Shane G.
Thank you Shane and Michael.
So much for me to learn! So many help files it's rather overwhelming.
MM
This topic has been closed to new replies.