Use get_term_link. e.g. to print out a list of actors terms linking to the archives: $terms = get_terms('actors'); echo '<ul>'; foreach ($terms as $term) ...
確定! 回上一頁