Coda Clips

Return an array of objects, one object for each tag assigned to the post

<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ' '; 
}
}
?>

Added to by Andy Lobban

Install Clip


Sponsored Links: