188 Posts
uriel
6 years ago
2
Topic

Hello!

When I only want the texts in the Art_tags field

I 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 

Get a Book for SEBLOD
4229 Posts
Kadministrator
6 years ago
1
Level 1

Could 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 Posts
uriel
6 years ago
0
Level 2

Hello! 

var_dump($cck->getText('art_tags')); = null 

Hugs

Get a Book for SEBLOD