How do I list categories in the body of a static page?
Thanks.
How do I list categories in the body of a static page?
Thanks.
Type them out in bulleted form or however else you want them to look and attach a hyperlink to each one. The url for each category is probably
example.com/category/categoryname
in that example of the url the first category is the actual word "category" but the categoryname would be whatever you named that category.
I have a home improvement site so my plumbing category page looks like this
diyhomesavvy.com/category/plumbing
or have a look at wp_list_categories in the Docs section.
hahaha, yep...that'll work to. I'm new to this so I probably do come up with some "hard ways" of doing things.
Thanks guys. That wp_list_categories looks like it is going to work just fine for what I am trying to do.
You must log in to post.