sidebar için bu kodu uygun yere ekle
<?php wp_tag_cloud('smallest=11&largest=25&unit=px&numbe r=50&format=flat&orderby=count&order=RAND'); ?>

her yazının altına gelmesi için bu kodu uygun yere ekle

<?php if ( function_exists('the_tags') ) { the_tags('<p>Etiketler: ', ', ', '</p>'); } ?>

yapamazsan pm at yardımcı olayım