admin管理员组

文章数量:1022424

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

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

本文标签: phpReturn newly created category by code