This plugin can display a list into a post from a category
http://wordpress.org/extend/plugins/list-category-posts/
To list all categories, I don’t know if there is another way, but you can try with the execute php plugin
http://wordpress.org/extend/plugins/exec-php/
and then use the template tag wp_list_categories in the post
http://codex.wordpress.org/Template_Tags/wp_list_categories
lordgoth,
you do not need a plugin – you need to go to
Settings and then Permalink in that list…You will see 5 choices –
Choose Custom Structure and then type: /%category%/%postname%.php
be very careful to get it right, yesterday I forgot one % and
had big trouble.
Good luck, you have a nice site!
Fran 🙂
@buddha trance thanks i will try it
@francivile i’m not sure much,but i seem can’t do that method.because it will broken all other link which i link on site before.anyway thanks ^.^
@lordgoth,
I hope that plugin solution will work for you!
My understanding of the question, was that you needed to list categories inside a post, just like the anime link you provided, and that it had nothing to do with permalinks (naming the category in your post URL)… if I got it right.