So i have this dilemma on displaying a list of all the parent categories in wordpress.
I'm using this code below:
<ul><li><?php wp_list_categories('orderby=order&title_li=&depth=1'); ?></li></ul>
Unfortunately, this doesn't work which I really don't know why. what happens is it only shows the only ONE category.
I would appreciate anyone's help on this please.
Try this one. I have tested before
Or try this. Let me know which one is better.