display list of categories
-
is there a way to display a list of categories in a post/page ?
just like described here https://codex.wordpress.org/Template_Tags/wp_list_categories
https://codex.wordpress.org/Function_Reference/get_the_category_listI understand that I cannot change the code in wordpress.com
but is it available at least on Premium account? or any other suggestions?thank you in advance
The blog I need help with is: (visible only to logged in users)
-
I guess you could just build the list manually. Find the URL for the category (something like prostepokus.wordpress.com/[category-name]) and just create a list in your post/page and link to those URLs.
If you had 3 categories, Bunnies, Puppies and Kitties my suggestion would look like this:
<h2>Categories</h2>
- The topic ‘display list of categories’ is closed to new replies.