Posted by dsm on Sat 30 Aug 03:08
report abuse | download | new post
- <?php
- $posttags = get_the_tags();
- if ($posttags) {
- foreach($posttags as $tag) {
- echo '<a href="/a/tag/' . $tag->name . '/" rel="tag">' . $tag->name . '</a><a href=http://technorati.com/tags/' . $tag->name . ' target="_blank" title="Visit this tags page on Technorati.com"><img src="/images/technorati.png" style="border:0px solid white;vertical-align:middle;"></a> ';
- }
- }
- ?>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.