temanın index.php dosyasını açıp şuna benzer bir kod bul:
<h1 class="storytitle" id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h1>
Gösterdiğim kod öbeğinin ikinci satırı kesin bir yerde vardır. o kod öbeğinin hemen bir alt satırına şunu ekle:
<?php the_tags('<strong>Etiketler: ', ', ', '</h2>'); ?>Bu gösterdiğim kod yalnızca Wordpress'in 2.3 sürümünde çalışır.