/ Published in: PHP
Expand |
Embed | Plain Text
// This sets out a variable called $term - we'll use it ALOT for what we're about to do. $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
You need to login to post a comment.
