Get Text in TAGs Field 188 Postsuriel 6 years ago2TopicHello! When I only want the texts in the Art_tags fieldI can not just get the texts. How to make?<?php echo $cck->getText('art_tags');?> = null <?php echo $cck->getValue('art_tags');?> = numbers of tags Hugs 4229 PostsKadministrator 6 years ago1Level 1Could be you need to do getHtml as tags are rendered by Joomla. Do var_dump($cck->getText('art_tags')); to see what is available. 188 Postsuriel 6 years ago0Level 2Hello! var_dump($cck->getText('art_tags')); = null Hugs