Recent Posts
None | 4 sec ago
C++ | 7 sec ago
None | 29 sec ago
None | 38 sec ago
None | 43 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By dsm on the 30th of Aug 2008 02:08:59 AM
Download |
Raw |
Embed |
Report
<?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.
Make A New Post