Arcs are listed under their series, with brief descriptions of general plot, focal characters, and pairings. Click on any item to see the stories in that group.
-
parent) {
- “;
$thiscat = $category->term_id;
//print children
foreach ($children[$thiscat] as $child) {
$thischild = $child->term_id;
//if there are more children, stuff them into a variable now
if ($children[$thischild]) {
$morechild = “- “;
- term_id ).”‘>”.$child->name.”: “.$child->description.””.$morechild.”
foreach ($children[$thischild] as $nextchild) {
$morechild .= ““;
unset($morechild);
}//end foreach second children
echo “
$parent = $category->parent;
$id = $category->term_id;
if (! is_array($children[$parent])) { $children[$parent] = array(); }
array_push($children[$parent], $category);
} //end if has parent
} //end foreach category (indexing)
foreach ($categories as $category) {
if ($category->parent == 0) {
echo “
“;
}//end top level
}//end foreach cat
?>