I'm pulling nodes into composite layout that are images or text and most of the time I'd like to not have the node title appear, if the content is an image. How can I do this?
Or, I mean, how can I allow the site administrator to do this, without CSS?
Comments
Comment #1
bengtan commentedHi,
Sorry, I don't think this is doable without adding code to implement this functionality.
Comment #2
marcushenningsen commentedI use to do this in the theme layer, a much better solution than by css. If you need the node title field to be hidden when adding a node, you need the auto_nodetitle module: http://drupal.org/project/auto_nodetitle.
Marcus
Comment #3
bengtan commentedExpiring this issue as it is old and uncertain whether it is still applicable.