View Single Post
Old 02-23-2013, 01:50 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,057
You put what was posted above into php tags and then change your term name and it should work. (I think )

Quote:

<?php

$terms = get_terms("model");
$count = count($terms);
if ( $count > 0 ){
echo "<ul>";
foreach ( $terms as $term ) {
echo "<li>" . $term->name . "</li>";

}
echo "</ul>";
}

?>
__________________
All cookies cleared!

Last edited by sarettah; 02-23-2013 at 01:52 PM..
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook