[php]
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]
25th april bridge
[php]
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]