ID=1 is my test-ID for this
HTML Code:
<?php wp_list_categories('show_count=0&use_desc_for_title=0&child_of=1'); ?>
* Categories
> Testcategory
>>Name 1
>>Name 2
Only the names should show, obviously.
And not only this. Also, none of the other parameters that should be possible seem to work. I am puzzled.
My goal:
I've been looking for a way to include several authors for each post/article if necessary.
Since I was unable to handle the famous Co-Authors-Plugin (the php-code would not work in Montezuma and get partially display the page of a post), I thought I could just include Authors in my categories. I managed to do that with Atahualpa, but with Montezuma, I seem unable to.
What am I doing wrong?