Tags en trefwoorden
the_tags( '<div>Trefwoorden: ', ', ', '</div>' );
echo "<div class='blk blok gat_s blijn links trefwoordenwolk'>";
wp_tag_cloud(array(
'smallest' => 0.9, // minimum size of tag
'largest' => 1.8, // maximum size of tag
'unit' => 'em', // unit for sizing
'number' => 25, // total display tag numbers
'orderby' => 'name', // alphabetical of count
'order' => 'ASC', // starting at A - ASC DESC RAND
'exclude' => 4 // ID of tag to exclude from list
));
echo "</div>";