Hello again..
I’ve already made an Indice.php page linked from my sidebar where i want to put links to all the post in the page sorted by the categories i already have, something like this:
Page Content:
-Records:
-Nirvana – Nevermind
-Wilco – A Ghost is born
-etc….
-Books:
-etc…..
-Movies:
-etc……
I’ve tried a few tags from the codex but i can have yet this result, the tags in my page is:
<?php wp_get_archives(‘type=postbypost’); ?>
that gives me an unsorted list of all the post.
Can I have that kind of order list?
Thank you very much