hello,
which one of the codes on that site will accomplish this?
thanks for the help.
got it, nm.
for those who need to know how as well, change in the sidebar.php
<h2>Categories</h2>
<ul class=”categories”>
<?php wp_list_cats(‘sort_column=ID&hide_empty=0’); ?>
change the sort_column=name to
sort_column=ID
thats the problem. I added the page using the options in wordpress, i dont know what else I have to do, especcialy for the comments.
I thought a new page is automatically generated when I click add pages, then select the archive template, for example.
thanks.