Kodun yaptığı:
A
B
C
D
Benim İstediğim:
A B
C D
$terms = get_terms("liste_type");
$count = count($terms);
if ( $count > 0 ){
$the_limit = $count;
foreach ( $terms as $term ) {
?>
name; ?>
$the_limit--;
if($the_limit < 1) { break; } else { echo '
'; }
}
}
?>