possibly http://codex.wordpress.org/Pages#Page_Templates
your category-template.php might already be a page template (?)
you could paste the full code of it into a http://pastebin.com/ and post the link to it here – see http://codex.wordpress.org/Forum_Welcome#Posting_Code
Thanks guys for your help!
I’ve read both pages and it looks a bit confusing for me, i will re-read it until i completely understand it.
Based on premiumwp’s link, i believe now that my theme doesn’t use the category-template.php or category.php i haven’t found them in my theme’s folder so i assumed that it use the archive.php, still a bit confused with that =).
alchymyth, here it’s:
Category-template.php: http://pastebin.com/L2hBpFjR – This one is located at /wp-includes.
Archive.php: http://pastebin.com/rXG8RwCB – This one is located inside my theme’s folder.
don’t edit any templates in the /wp-includes folder – these are wordpress core files and should be left alone…
do you want a page which lists all categories (A-Z) with their respective sub-categories?
(something like this, just without the post titles?)
possibly try to use this code http://pastebin.com/TTvYPKPH (maybe adapted) in a page template http://codex.wordpress.org/Pages#Page_Templates
it might be useful if you could post the name of the theme you are working with.
alchymyth thank you for you help mate!
I want to make a page like more or less like this:
http://xbox360.ign.com/index/games.html
http://www.gamespot.com/games.html?platform=1029&mode=top
That A-Z menu. I already have organized all my categories on A-Z and their respective subs, so if i click lets say letter A it will show my only the subs titles.
I will read the codes u just posted there as soon as i get home.
Once again thank you!
looking at your example sites, I think my code suggestion will not work 🙁