How would I return a category that I've just created. I need it to be under the current blog.
<?php
$category = get_term_by('$first_name', '$value', 'category')
?>
the above code is taking me to site/authorFirstName-lastName
author not found