I want to list all my categories on a page in 3columns with alphabetical headings like this site http://www.animedreaming.tv/anime-series-list/ How can I do this?
that plugin doesn't list categories all that does is list posts from a category... What I'm trying to do is list all categories on a page!
Create a page template. Put this code <?php wp_list_categories('orderby=name'); ?> contact me if you need help