Old noria in a well Tuesday September 13th, 2011Tuesday March 31st, 2015 PanoramaPalace Rui Pedro [php] $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo _e($tag->description); } } [/php] Read more