By oneselfblog on
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
I think this blogpost
I think this blogpost describes (more or less) what you're looking for.
Thanks I get the value print
Thanks
I get the value
print render($content['field_tags'][0]['#title']);