Could you elaborate a bit on what exactly you want to do — and where you want to show it?
I want to list these posts by name:
http://www.v*rsionitradott*.it/versioni/category/cesare/
(* = e)
and now it seems they are listed by date.
Does your theme have a “category.php” file? If not, you’ll want to create one. Category_Templates will discuss what that file does and how it is used. You’ll likely want to copy something like your current index.php to have a base and get [[http://codex.ww.wp.xz.cn/The_Loop]].
Then I had a bunch more written up, which I just deleted because I found Alphabetizing_Posts in the codex. 🙂
That link it is what i written up in the first post of this topic. My theme have category.php but Alphabetizing_Posts in my theme does not work.
Here is the content of my category.php file:
http://pastebin.com/627795
How to make it to work?
It did not work 🙁
It show only a page with “Home” link…
Strange…
In an other topic i read:
“&sort=post_title&order=ASC’)
add that in to something for example:
<?php wp_get_archives(‘type=postbypost&sort=post_title&order=ASC’); ?>”
In my category.php file where to add
“&sort=post_title&order=ASC’)” ?