Ok, I’m getting closer.
My end goal is to have an unordered list of Category links in my sidebar. I’m able to pull in the term name’s but not the links themselves, and using the term name’s in the links doesn’t work because of the spaces. I apologize, I’m new to php, and I’m probably missing something really obvious here.
0 ){
echo "";
foreach ( $terms as $term ) {
echo "name . "'>" . $term->name . "";
}
echo "";
}
?>