tags:

views:

14

answers:

1

Hi,

i wonna to create a page with list of all categories, for my template.

But i can't find the way how i can do this.

Maybe I have to add a new file in my template folder?

Thx

Best Regards

+1  A: 

Take a look at Template Tags/wp list categories « WordPress Codex for the function and code examples. You'll want to make a page template to use that function on its own page: Page Templates « WordPress Codex.

songdogtech