WordPress Tags and Category Codes
Since WordPress 2.6 and 2.7, wordpress has automatically put tags by default (besides category which has been there since the very beginning). But not every wordpress themes / templates has tags readily installed. If your beloved wordpress themes has not included the tags codes yet, here’s the simple way to install the tags codes. Oh btw, it’s for self-hosted wordpress only:
1. After login, click Appearance -> Editor -> Single.php (for Wp 2.7)
2. Copy and paste this code above or below post code (in line with “Category” or above “Comments”:
<p><?php the_tags(); ?></p>
3. Save the change. Done.
Notes: If you like, you may change the “Category” position as well.
Find this code in single.php:
<p><?php the_category(', ') ?></p>
Cut and paste wherever you want it to be. Remember to Save the change.


wah keren abiezzz nih kang fatih, thanks for share ilmunya yah
makasih Om, atas infonya, ntar kalo Moy lagi mod ke wordpress, mau juga tuh naro tag seperti Om anjurkan
nanti ku coba yah , pastinya bermanfaat…
It’s a nice information to share according to important function on tag that to make easy search engine recognize a certain article or blog.
good info