简体   繁体   中英

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM