Tomas Rekstad
Tomas Rekstad

Reputation: 41

How can i add a category list in Wordpress (PHP)

I'm searching all over Google for the simple php code that can display the categories on my Wordpress blog. I managed to delete that line and I can't fint it again. I could only find the code for the archive, and here it is:

<?php wp_get_archives('type=monthly&limit=12'); ?>

Now how can i get it for the categories?

So if anyone could help me on this one I would really appreciate it.

Upvotes: 0

Views: 67

Answers (1)

James McDonnell
James McDonnell

Reputation: 3710

This what you're looking for: http://codex.wordpress.org/Template_Tags/wp_list_categories ?

Upvotes: 1

Related Questions