I'm using:
<span class="abcd1"><?php echo get_the_term_list($post->ID, 'stars', 'Stars : ', ', ', ''); ?></span>
Results display: all the word 'star' show (hundreds).
If I only display the first 10-20 words, then there is the view 'more'.
(example: Arnold, Jennifer, Tom, and others, more ...), so no all show.
Input all words 'stars' through the modification of taxonomy tags in the posts.
Please suggestion.
Thank!