My Themes need get the field_tags value.
Now , I used the code: print render($content['field_tags'][0], on the node page, this is a link like
<a href="#">value</a>
how to remove the link only receive the value?

Thanks.

Comments

SidneyGijzen’s picture

I think this blogpost describes (more or less) what you're looking for.

oneselfblog’s picture

Thanks
I get the value print render($content['field_tags'][0]['#title']);