[php]
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]
startrails
[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]
A “little planet” made from this panorama was “pic of the day” on 31/Jan/2012 in LPOD website lpod.wikispaces.com/January+31,+2012
Would you like to buy a print of this image? click here
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]