Code:
<?php
$category = get_the_category();
echo $category[0]->cat_name;
?>
thats the little strip of code that pulls the child out, but it only lists one, and always alphabetical, where what I need it to do is to pull the child that matches the letter (category)
get_parent and all that type shit I cant seem to make it spin.